diff --git a/addon/data/rules.json b/addon/data/rules.json index 1f60114..be80782 100644 --- a/addon/data/rules.json +++ b/addon/data/rules.json @@ -140,19 +140,17 @@ }, ".google": { ".accounts": { - "/signin/.+/identifier(/.+)?|/ServiceLogin": { - "actions": { - "whitelist": [ - "continue" - ] - } - }, "\\boauth2\\b": { "actions": { "whitelist": [ "parent" ] } + }, + "actions": { + "whitelist": [ + "continue" + ] } }, ".consent": { @@ -181,6 +179,13 @@ } } }, + ".myaccount": { + "actions": { + "whitelist": [ + "continue" + ] + } + }, ".ogs": { "^/u/0/widget/app$": { "actions": { @@ -594,6 +599,13 @@ } } }, + "^/login$": { + "actions": { + "whitelist": [ + "return_to" + ] + } + }, "actions": { "remove": [ "email_token", @@ -956,6 +968,16 @@ } }, ".youtube": { + ".accounts": { + "^/accounts/": { + "actions": { + "whitelist": [ + "continue", + "pmpo" + ] + } + } + }, ".www": { "^/get_video_info$": { "actions": { @@ -963,6 +985,13 @@ "eurl" ] } + }, + "^/signin$": { + "actions": { + "whitelist": [ + "next" + ] + } } } },