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.
30 lines (18 sloc)
589 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
<!-- | |
For other SkimLinks coverage, see SkimLinks.xml. | |
Insecure cookies are set for these domains: ᶜ | |
- .skimresources.com | |
ᶜ See https://owasp.org/index.php/SecureFlag | |
--> | |
<ruleset name="Skimresources.com"> | |
<target host="p.skimresources.com" /> | |
<target host="r.skimresources.com" /> | |
<target host="s.skimresources.com" /> | |
<target host="x.skimresources.com" /> | |
<!-- Not secured by server: | |
--> | |
<!--securecookie host="^\.skimresources\.com$" name="^(skimGUID|skimSESS)$" /--> | |
<securecookie host=".+" name=".+" /> | |
<rule from="^http:" | |
to="https:" /> | |
</ruleset> |