Skip to content

Commit be9868f

Browse files
J0WIHainish
authored andcommitted
revert securecookie change, may fix EFForg#13347 (EFForg#13422)
1 parent 746aaef commit be9868f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chrome/content/rules/Wix.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
<target host="tracking.wix.com" />
4040
<target host="users.wix.com" />
4141

42-
<securecookie host=".+" name=".+" />
42+
<!-- Securing all cookies will result in issues, see
43+
https://github.com/EFForg/https-everywhere/issues/13347 -->
44+
<securecookie host="^\." name="(?:incap_ses_\d+|visid_incap)_\d+$" />
4345

4446
<rule from="^http://tracking\.wix\.com/" to="https://wix.go2cloud.org/" />
4547

0 commit comments

Comments
 (0)