Skip to content

Commit

Permalink
Amend cookie rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zoracon committed Jan 29, 2021
1 parent b7db11a commit 1936727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/rules/Google.tld_Subdomains.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<target host="scholar.google.com.*" />
<target host="translate.google.com.*" />

<securecookie host="^(accounts|adwords|cse|m|maps|picasaweb|translate)\.google\.[\w.]{2,6}$" name=".+" />
<securecookie host="^(adwords|cse|m|maps|picasaweb|translate)\.google\.[\w.]{2,6}$" name=".+" />

<rule from="^http://(accounts|adwords|cse|finance|groups|id|images|lh\d|m|maps|news|picasaweb|scholar|translate)\.google\.((com?\.)?\w{2,3})/"
to="https://$1.google.$2/" />
Expand Down

0 comments on commit 1936727

Please sign in to comment.