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

Initial commit of Pleasuredome.xml #8195

Merged
merged 2 commits into from Feb 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/chrome/content/rules/Pleasuredome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<ruleset name="Pleasuredome" default_off="self-signed">
<target host="pleasuredome.org.uk" />
<target host="www.pleasuredome.org.uk" />
<target host="forum.pleasuredome.org.uk" />

<test url="http://pleasuredome.org.uk/" />
<test url="http://www.pleasuredome.org.uk/" />
<test url="http://forums.pleasuredome.org.uk/" />

<securecookie host=".+" name=".+" />

<!-- http://pleasuredome.org.uk/ yields an empty HTML document.
This appears to be intended as a response to spurious tracker
requests. It's not helpful in this context, so let's perform www
redirection here, in order to reach the 'real' index page. -->
<rule from="^http://pleasuredome\.org\.uk/$"
to="https://www.pleasuredome.org.uk/" />
<rule from="^http:"
to="https:" />
</ruleset>