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

[New ruleset] hoccer.com #6230

Merged
merged 3 commits into from
Nov 29, 2016
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
29 changes: 29 additions & 0 deletions src/chrome/content/rules/hoccer.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
Invalid certificate:
api.hoccer.com
developer.hoccer.com
stats.hoccer.com
hoccer-project.com
www.hoccer-project.com
stats.hoccer-project.com

-->
<ruleset name="Hoccer">

<target host="hoccer.com" />
<target host="www.hoccer.com" />
<target host="faq.hoccer.com" />
<target host="invite.hoccer.com" />

<target host="hoccer-project.com" />
<target host="www.hoccer-project.com" />

<securecookie host="^(www|faq|invite)\.hoccer\.com$" name=".+" />

<rule from="^http://(www\.)?hoccer-project\.com/"
to="https://hoccer.com/" />

<rule from="^http:"
to="https:" />

</ruleset>