Skip to content

Commit

Permalink
Update youtube/google/github logins
Browse files Browse the repository at this point in the history
Mentioned in #99
  • Loading branch information
Cimbali committed Mar 30, 2020
1 parent 7ecbaa4 commit f379c06
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions addon/data/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,17 @@
},
".google": {
".accounts": {
"/signin/.+/identifier(/.+)?|/ServiceLogin": {
"actions": {
"whitelist": [
"continue"
]
}
},
"\\boauth2\\b": {
"actions": {
"whitelist": [
"parent"
]
}
},
"actions": {
"whitelist": [
"continue"
]
}
},
".consent": {
Expand Down Expand Up @@ -181,6 +179,13 @@
}
}
},
".myaccount": {
"actions": {
"whitelist": [
"continue"
]
}
},
".ogs": {
"^/u/0/widget/app$": {
"actions": {
Expand Down Expand Up @@ -594,6 +599,13 @@
}
}
},
"^/login$": {
"actions": {
"whitelist": [
"return_to"
]
}
},
"actions": {
"remove": [
"email_token",
Expand Down Expand Up @@ -956,13 +968,30 @@
}
},
".youtube": {
".accounts": {
"^/accounts/": {
"actions": {
"whitelist": [
"continue",
"pmpo"
]
}
}
},
".www": {
"^/get_video_info$": {
"actions": {
"remove": [
"eurl"
]
}
},
"^/signin$": {
"actions": {
"whitelist": [
"next"
]
}
}
}
},
Expand Down

0 comments on commit f379c06

Please sign in to comment.