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)
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
<!-- | |
Insecure cookies are set for these hosts: ᶜ | |
- evoluted.net | |
- www.evoluted.net | |
ᶜ See https://owasp.org/index.php/SecureFlag | |
--> | |
<ruleset name="Evoluted.net" default_off="testing"> | |
<target host="evoluted.net" /> | |
<target host="assets.evoluted.net" /> | |
<target host="www.evoluted.net" /> | |
<test url="http://assets.evoluted.net/assets/img/client-logos/nhs.png" /> | |
<!-- Not secured by server: | |
--> | |
<!--securecookie host="^(?:www\.)?evoluted\.net$" name="^PHPSESSID$" /--> | |
<securecookie host="^\w" name=".+" /> | |
<rule from="^http:" | |
to="https:" /> | |
</ruleset> |