Skip to content

Commit 0a451d6

Browse files
committed
Merge pull request EFForg#2724 from donced/custhelp
[Custhelp.com] Update ruleset
2 parents f28343e + 2a0a0da commit 0a451d6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/chrome/content/rules/Custhelp.com.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<test url="http://ora-fusion-apps.custhelp.com/" />
2222
<test url="http://www.custhelp.com/" />
2323

24-
2524
<!-- Not secured by server:
2625
-->
2726
<!--securecookie host="^appsconnect\.custhelp\.com$" name="^HiveSession$" /-->
@@ -35,6 +34,10 @@
3534

3635
<securecookie host="^.*\.custhelp\.com$" name="^(?!ps_cookie$).*" />
3736

37+
<!-- MCB issue -->
38+
<exclusion pattern="^http://canoncanada\.custhelp\.com/" />
39+
40+
<test url="http://canoncanada.custhelp.com/" />
3841

3942
<!-- Redirect drops path amd forward
4043
slash, but not args:
@@ -45,9 +48,7 @@
4548
<test url="http://custhelp.com/foo" />
4649
<test url="http://www.custhelp.com/foo" />
4750

48-
<!-- Unique subdomain for each client.
49-
-->
50-
<rule from="^http://([\w\-]+)\.custhelp\.com/"
51-
to="https://$1.custhelp.com/" />
51+
<rule from="^http:"
52+
to="https:" />
5253

5354
</ruleset>

0 commit comments

Comments
 (0)