Skip to content

Commit 4734fc7

Browse files
committed
With the securecookie rule in place, people are unable to log into
OkCupid. That rule needs to be removed in order to not put Chrome into an infinite redirect loop.
1 parent 35cf3d6 commit 4734fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chrome/content/rules/OkCupid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
-->
6565
<!--securecookie host="^\.okcupid\.com$" name="^(__cfuid|cf_clearance|guest)$" /-->
6666

67-
<securecookie host="^\.okcupid\.com$" name=".+" />
67+
<!--<securecookie host="^\.okcupid\.com$" name=".+" /> -->
6868

6969

7070
<rule from="^http:"

0 commit comments

Comments
 (0)