Skip to content

Commit

Permalink
Add KTH login, fix youtube embeds, handle SAML2 SigAlg
Browse files Browse the repository at this point in the history
Closes #66.
  • Loading branch information
Cimbali committed Mar 15, 2020
1 parent d0ea9db commit ef9b486
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions addon/data/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,17 @@
]
}
},
".youtube": {
".www": {
"^/get_video_info$": {
"actions": {
"remove": [
"eurl"
]
}
}
}
},
".zoho": {
"actions": {
"remove": [
Expand Down Expand Up @@ -1015,6 +1026,28 @@
}
}
},
".se": {
".kth": {
".login": {
"^/login\\b": {
"actions": {
"whitelist": [
"service"
]
}
}
},
".www": {
"^/social/accounts/login/$": {
"actions": {
"whitelist": [
"next"
]
}
}
}
}
},
".us": {
".disq": {
"actions": {
Expand All @@ -1031,6 +1064,13 @@
]
}
},
"\\b(SSO|shibboleth|SAML2(\\.0)?)\\b": {
"actions": {
"whitelist": [
"SigAlg"
]
}
},
"actions": {
"remove": [
"utm(_[a-zA-Z]*)?",
Expand Down

0 comments on commit ef9b486

Please sign in to comment.