Skip to content

Commit 630f1bb

Browse files
committed
Try to hack an exclusion for Pogo
https://trac.torproject.org/projects/tor/ticket/4735 Conflicts: src/chrome/content/rules/Pogo.xml
1 parent 3eb775e commit 630f1bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chrome/content/rules/Pogo.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<target host="www.pogo.com" />
44
<target host="help.pogo.com" />
55

6-
<rule from="^http://(www\.)?pogo\.com/" to="https://www.pogo.com/"/>
6+
<exclusion pattern="http://www.pogo.com/avatar/edit.do" />
7+
8+
<rule from="^http://(?:www\.)?pogo\.com/" to="https://www.pogo.com/"/>
79
<rule from="^http://help\.pogo\.com/" to="https://help.pogo.com/"/>
810
</ruleset>

0 commit comments

Comments
 (0)