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

Commit

Permalink
[Wire.com] Update ruleset (#9643)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspetter authored and J0WI committed Apr 30, 2017
1 parent de03abb commit 0e6b663
Showing 1 changed file with 13 additions and 37 deletions.
50 changes: 13 additions & 37 deletions src/chrome/content/rules/Wire.com.xml
Original file line number Diff line number Diff line change
@@ -1,44 +1,20 @@
<!--
Nonfunctional subdomains:
- blog *
* Tumblr
^: reset
Fully covered subdomains:
- (www.) (^ → www)
- sunrise
- support
Insecure cookies are set for these domains:
- sunrise.wire.com
- www.wire.com
-->
<ruleset name="Wire.com (partial)">
<ruleset name="Wire.com">

<target host="wire.com" />
<target host="*.wire.com" />
<target host="wire.innocraft.cloud" />

<test url="http://account.wire.com/" />
<test url="http://app.wire.com/" />
<test url="http://blog.wire.com/" />
<test url="http://get.wire.com/" />
<test url="http://prod-assets.wire.com/" />
<test url="http://prod-nginz-https.wire.com/" />
<test url="http://prod-nginz-ssl.wire.com/" />
<test url="http://support.wire.com/" />
<test url="http://www.wire.com/" />

<!-- Not secured by server:
-->
<!--securecookie host="^(sunrise|www)\.wire\.com$" name="^session$" /-->

<securecookie host="^(?:sunrise|www)\.wire\.com$" name=".+" />


<rule from="^http://(?:www\.)?wire\.com/"
to="https://www.wire.com/" />

<rule from="^http://su(nrise|pport)\.wire\.com/"
to="https://su$1.wire.com/" />
<securecookie host=".+" name=".+" />

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

0 comments on commit 0e6b663

Please sign in to comment.