Skip to content

Commit

Permalink
[IPCC.ch] Add subdomains and remove mixedcontent platform (EFForg#9794)
Browse files Browse the repository at this point in the history
* [IPCC.ch] Add subdomains

* [IPCC.ch] Remove platform=mixedcontent
  • Loading branch information
Bisaloo authored and J0WI committed May 11, 2017
1 parent 8ef3070 commit 48a8536
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/chrome/content/rules/IPCC.ch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<ruleset name="IPCC.ch" platform="mixedcontent">
<target host="www.ipcc.ch" />
<ruleset name="IPCC.ch">

<target host="ipcc.ch" />
<rule from="^http://ipcc\.ch/" to="https://ipcc.ch/"/>
<rule from="^http://www\.ipcc\.ch/" to="https://www.ipcc.ch/"/>
</ruleset>
<target host="www.ipcc.ch" />
<target host="ar5-syr.ipcc.ch" />
<target host="wg1.ipcc.ch" />

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

</ruleset>

0 comments on commit 48a8536

Please sign in to comment.