Skip to content

Commit

Permalink
Update XFCE.org.xml (EFForg#9832)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed May 8, 2017
1 parent 9ff40e5 commit be7ae78
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 55 deletions.
15 changes: 0 additions & 15 deletions src/chrome/content/rules/XFCE.org-self-signed.xml

This file was deleted.

85 changes: 45 additions & 40 deletions src/chrome/content/rules/XFCE.org.xml
Original file line number Diff line number Diff line change
@@ -1,49 +1,54 @@
<!--
See XFCE.org-self-signed.xml for problematic rules.
Nonfunctional subdomains:
- ^ *
- archive(.be) *
- blog *
- cdn *
- docs *
- git *
- goodies *
- squeeze *
- users *
* 404
Problematic subdomains:
- tibeti *
* Self-signed
Fully covered hosts in *xfce.org:
- bugzilla
- forum
- wiki
Non-functional hosts
SSL peer certificate was not OK:
- archive.al-us.xfce.org
- archive.xfce.org
- archive.be.xfce.org
- bugs.xfce.org
- buildbot.xfce.org
- foundation.xfce.org
- geoip.xfce.org
- i18n.xfce.org
- installit.xfce.org
- ns1.xfce.org
- ns2.xfce.org
- ns4.xfce.org
- pyxfce.xfce.org
- squeeze.xfce.org
- svn.xfce.org
- thunar.xfce.org
- translations.xfce.org
- www.tx-us.xfce.org
- www.us.xfce.org
- users.xfce.org
- www-test.xfce.org
- xfc.xfce.org
Peer certificate cannot be authenticated with given CA certificates:
- archive.be2.xfce.org
- earlgrey.xfce.org
Different content:
- releases.xfce.org
Mixed content blocking (MCB) tiggered:
- from ajax.googleapis.com on blog.xfce.org
-->
<ruleset name="XFCE.org (partial)">

<!-- Direct rewrites:
-->
<target host="xfce.org" />
<target host="www.xfce.org" />
<target host="bug-attachment.xfce.org" />
<target host="bugzilla.xfce.org" />
<target host="cdn.xfce.org" />
<target host="docs.xfce.org" />
<target host="forum.xfce.org" />
<target host="git.xfce.org" />
<target host="goodies.xfce.org" />
<target host="mail.xfce.org" />
<target host="tibeti.xfce.org" />
<target host="wiki.xfce.org" />

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

<securecookie host="^(?:.*\.)xfce\.org$" name=".+" />


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

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

0 comments on commit be7ae78

Please sign in to comment.