Skip to content

Commit eb78d8e

Browse files
BisalooJ0WI
authored andcommitted
[Google.com_Subdomains] Fix securecookie regex (EFForg#12638)
1 parent 4d14549 commit eb78d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/rules/Google.com_Subdomains.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<target host="videos.google.com" />
126126
<target host="wallet.google.com" />
127127

128-
<securecookie host="^(?:\.code|login\.corp|developers|docs|\d\.docs|fiber|mail|plus|\.?productforums|support)\.google\.[\w.]{2,6}$" name=".+" />
128+
<securecookie host="^(\.code|login\.corp|developers|docs|\d\.docs|fiber|mail|plus|\.?productforums|support)\.google\.com$" name=".+" />
129129

130130
<rule from="^http:"
131131
to="https:" />

0 commit comments

Comments
 (0)