This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de03abb
commit 0e6b663
Showing
1 changed file
with
13 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |