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

Commit

Permalink
Update Theme.co.xml (#9800)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed May 14, 2017
1 parent 3c7ebf8 commit 900afe4
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions src/chrome/content/rules/Theme.co.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
<ruleset name="Theme.co (partial)">
<!--
Non-functional hosts
Couldn't connect to server:
- managed.theme.co
Timeout was reached:
- build.theme.co
- dunharrow.theme.co
SSL peer certificate was not OK:
- assets.theme.co
- download.theme.co
- mail.theme.co
- updates.theme.co
Secure connection redirects to plaintext:
- demo.theme.co
-->
<ruleset name="Theme.co">
<target host="theme.co" />
<target host="www.theme.co" />
<!--
Redirect to http:
-->
<!--exclusion pattern="^http://(www\.)?theme\.co/x/demo/integrity/1/wp-content/uploads/sites/" /-->
<!--
More conservatively:
-->
<exclusion pattern="^http://(?:www\.)?theme\.co/x/demo(?:|[?/])" />
<target host="community.theme.co" />
<target host="host.theme.co" />
<target host="ludicrous.theme.co" />
<target host="velocity.theme.co" />

<securecookie host="^(www\.)?theme\.co$" name=".+" />

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

</ruleset>

0 comments on commit 900afe4

Please sign in to comment.