Skip to content

Commit

Permalink
feat(filter): Ajout de Microsoft à la liste des services d'authentifi…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
remillc committed Dec 20, 2023
1 parent 0a810ec commit e2648c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filters/local/public-auth-services.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const authServices = [
/https?:\/\/accounts\.google\.com/i
/https?:\/\/accounts\.google\.com/i,
/https:\/\/login\.microsoftonline\.com\//i
]

export default {
Expand Down

0 comments on commit e2648c6

Please sign in to comment.