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
Showing
1 changed file
with
23 additions
and
10 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,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> |