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.
64 lines (43 sloc)
1.26 KB
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
<!-- | |
Sanoma News | |
For other Sanoma Corporation coverage, see Sanoma.com.xml. | |
Nonfunctional hosts in *sanoma.fi: | |
- (www.)? ᵈ | |
- media ʳ | |
ᵈ Dropped | |
ʳ Refused | |
Insecure cookies are set for these hosts: ᶜ | |
- oma.sanoma.fi | |
ᶜ See https://owasp.org/index.php/SecureFlag | |
--> | |
<ruleset name="Sanoma.fi (partial)"> | |
<!-- Direct rewrites: | |
--> | |
<target host="analytics.sanoma.fi" /> | |
<target host="cts.sanoma.fi" /> | |
<target host="oma.sanoma.fi" /> | |
<target host="ratas.sanoma.fi" /> | |
<target host="sat.sanoma.fi" /> | |
<target host="sn.sanoma.fi" /> | |
<target host="tili.sanoma.fi" /> | |
<test url="http://analytics.sanoma.fi/zag.gif?Log=1&v_jd=1" /> | |
<test url="http://tili.sanoma.fi/public/widget/css/widget.css?style=hs_blue" /> | |
<!-- Complications: | |
--> | |
<target host="sanoma.fi" /> | |
<target host="www.sanoma.fi" /> | |
<!-- Not secured by server: | |
--> | |
<!--securecookie host="^oma\.sanoma\.fi$" name="^_subs_csrf$" /--> | |
<!-- Tracking cookies: | |
- v1st set by analytics | |
--> | |
<securecookie host="^\." name="^(?:evid|evid-synced|v1st)$" /> | |
<securecookie host="^\w" name=".+" /> | |
<!-- Server drops path: | |
--> | |
<rule from="^http://(?:www\.)?sanoma\.fi/.*" | |
to="https://www.sanoma.com/fi" /> | |
<rule from="^http:" | |
to="https:" /> | |
</ruleset> |