Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
TDC
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Jan 25, 2014
1 parent be3c03d commit 5203369
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
80 changes: 80 additions & 0 deletions src/chrome/content/rules/TDC.dk.xml
@@ -0,0 +1,80 @@
<!--
Other TDC rulesets:
- TDC.no.xml
- TDC_online.se.xml
- TDC_Service_Online.com.xml
Nonfunctional subdomains:
- aarsrapport2012 (dropped)
- play (refused)
Problematic subdomains:
- forum (lithium)
Fully covered subdomains:
- (www.) *
- erhverv *
- fly *
- forum (→ tdc.i.lithium.com)
- kundeservice *
- mail
- om *
- privat *
- privatalarm
- selfcare *
- shop
- wholesale
* Server is configured for rc4 only.
Observed cookie domains:
- . ¹
- privatalarm ²
- shop ²
¹ Partially secured by us <= accounting
for possible use on uncovered domains
² Secured by us <= complete coverage
-->
<ruleset name="TDC.dk (partial)">

<target host="tdc.dk" />
<target host="*.tdc.dk" />
<target host="tdc-wholesale.com" />
<target host="www.tdc-wholesale.com" />


<!-- Set by shop:
-->
<securecookie host="^\.tdc\.dk$" name="^salg_dwbc$" />
<!--
Could we secure either of these safely?
-->
<!--securecookie host="^\.tdc\.dk$" name="^(ObSSOCookie|VISITORID)$" /-->
<securecookie host="^(?:privatalarm|shop)\.tdc\.dk$" name=".+" />


<rule from="^http://((?:erhverv|fly|kundeservice|mail|om|privat|privatalarm|selfcare|shop|wholesale|www)\.)?tdc\.dk/"
to="https://$1tdc.dk/" />

<rule from="^http://forum\.tdc\.tk/"
to="https://tdc.i.lithium.com/" />

<!-- - //+ redirects to http://$
- \w+ 404s
-->
<rule from="^http://(?:www\.)?tdc-wholesale\.com/(?:[?.][?./]*)?"
to="https://wholesale.tdc.dk/nordic/" />

</ruleset>
25 changes: 25 additions & 0 deletions src/chrome/content/rules/TDC.no.xml
@@ -0,0 +1,25 @@
<!--
For other TDC coverage, see TDC.dk.xml.
Nonfunctional subdomains:
- (www.) *
- kundeservice *
- marked *
* Dropped
Server is configured for ssl3 only.
-->
<ruleset name="TDC.no (partial)">

<target host="io.tdc.no" />


<rule from="^http://io\.tdc\.no/"
to="https://io.tdc.no/" />

</ruleset>
17 changes: 17 additions & 0 deletions src/chrome/content/rules/TDC_Service_Online.com.xml
@@ -0,0 +1,17 @@
<!--
For other TDC coverage, see TDC.dk.xml.
-->
<ruleset name="TDC Service Online.com">

<target host="tdcserviceonline.com" />
<target host="www.tdcserviceonline.com" />


<securecookie host="^(?:www\.)?tdcserviceonline\.com$" name=".+" />


<rule from="^http://(www\.)?tdcserviceonline\.com/"
to="https://$1tdcserviceonline.com/" />

</ruleset>
17 changes: 17 additions & 0 deletions src/chrome/content/rules/TDC_online.se.xml
@@ -0,0 +1,17 @@
<!--
For other TDC coverage, see TDC.dk.xml.
-->
<ruleset name="TDC online.se">

<target host="tdconline.se" />
<target host="*.tdconline.se" />


<securecookie host="^(?:tdc\.)?tdconline\.se$" name=".+" />


<rule from="^http://(tdc\.|www\.)?tdconline\.se/"
to="https://$1tdconline.se/" />

</ruleset>

0 comments on commit 5203369

Please sign in to comment.