Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (18 sloc)
622 Bytes
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
<!-- | |
Automatically by https-everywhere-checker because: | |
Non-2xx HTTP code: http://storesecured.com/ (200) => https://www.storesecured.com/ (403) | |
Nonfunctional subdomains: | |
- manage (reset) | |
^: refused | |
--> | |
<ruleset name="StoreSecured.com (partial)"> | |
<target host="storesecured.com" /> | |
<target host="*.storesecured.com" /> | |
<securecookie host="^.+\.storesecured\.com$" name=".+" /> | |
<rule from="^http://(?:www\.)?storesecured\.com/" | |
to="https://www.storesecured.com/" /> | |
<!-- Per-client subdomains: | |
--> | |
<rule from="^http://(\w+)\.storesecured\.com/" | |
to="https://$1.storesecured.com/" /> | |
</ruleset> |