Skip to content

Commit

Permalink
Update Rbu.sh.xml (EFForg#9724)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed Apr 30, 2017
1 parent 683b1dc commit 76f75a8
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions src/chrome/content/rules/Rbu.sh.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://goodpoint.de/ => https://goodpoint.de/: (7, 'Failed to connect to goodpoint.de port 80: No route to host')
Fetch error: http://rbu.sh/ => https://rbu.sh/: (7, 'Failed to connect to rbu.sh port 80: No route to host')
Fetch error: http://www.rbu.sh/ => https://www.rbu.sh/: (7, 'Failed to connect to www.rbu.sh port 80: No route to host')
Non-functional hosts
SSL peer certificate was not OK:
- jabber.rbu.sh
- conference.jabber.rbu.sh
- sync.rbu.sh
-->
<ruleset name="rbu.sh" platform="cacert" default_off='failed ruleset test'>

<target host="goodpoint.de" />
<ruleset name="Rbu.sh (partial)">
<target host="rbu.sh" />
<target host="www.rbu.sh" />

<securecookie host="^(www\.)?rbu\.sh$" name=".+" />

<securecookie host="^goodpoint\.de$" name=".*" />
<securecookie host="^(?:.*\.)?rbu\.sh$" name=".*" />


<!-- - www:
- displays blank page over http
- prompts for auth over https
-->
<rule from="^http://goodpoint\.de/"
to="https://goodpoint.de/" />

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

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

0 comments on commit 76f75a8

Please sign in to comment.