forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |