Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[Els-CDN.com] Add target and test url (#9807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored and J0WI committed May 11, 2017
1 parent 4dbfa57 commit fc5493d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/chrome/content/rules/Els-CDN.com.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@

<!-- Direct rewrites:
-->
<target host="cdn.els-cdn.com" />
<test url="http://cdn.els-cdn.com/sd/clear.gif" />
<target host="origin-ars.els-cdn.com" />
<target host="origin-cdn.els-cdn.com" />

<!-- Complications:
-->
<target host="ars.els-cdn.com" />
<target host="cdn.els-cdn.com" />


<securecookie host="^origin-ars\.els-cdn\.com$" name=".*" />


<rule from="^http://(ars|cdn)\.els-cdn\.com/"
to="https://origin-$1.els-cdn.com/" />
<rule from="^http://ars\.els-cdn\.com/"
to="https://origin-ars.els-cdn.com/" />

<rule from="^http:"
to="https:" />
Expand Down

0 comments on commit fc5493d

Please sign in to comment.