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.
Update Sysmocom.de.xml (EFForg#9768)
- Loading branch information
Showing
1 changed file
with
20 additions
and
26 deletions.
There are no files selected for viewing
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,30 +1,24 @@ | ||
<ruleset name="sysmocom.de (CAcert, partial)" platform="cacert"> | ||
|
||
<!-- Direct rewrites: | ||
--> | ||
<target host="piwik.sysmocom.de" /> | ||
<target host="shop.sysmocom.de" /> | ||
<target host="www.sysmocom.de" /> | ||
|
||
<!-- Complications: | ||
--> | ||
<!-- | ||
Non-functional hosts | ||
Incomplete certificate chain error: | ||
- dns.sysmocom.de | ||
- downloads.sysmocom.de | ||
- imap.sysmocom.de | ||
- mail.sysmocom.de | ||
- rt.sysmocom.de | ||
5xx server error: | ||
- piwik.sysmocom.de | ||
Secure connection redirects to plaintext: | ||
- shop.sysmocom.de | ||
--> | ||
<ruleset name="Sysmocom.de (partial)"> | ||
<target host="sysmocom.de" /> | ||
<target host="www.sysmocom.de" /> | ||
<target host="git.sysmocom.de" /> | ||
|
||
<exclusion pattern="^http://shop\.sysmocom\.de/(?!assets|checkout|images|login|stylesheets)" /> | ||
|
||
<!-- +ve: | ||
--> | ||
<test url="http://shop.sysmocom.de/products/cp2102-25" /> | ||
<test url="http://shop.sysmocom.de/products/osmocombb-filter-kit" /> | ||
<test url="http://shop.sysmocom.de/products/simtrace" /> | ||
<test url="http://shop.sysmocom.de/products/sysmousim-sjs1" /> | ||
<test url="http://shop.sysmocom.de/t/sim-card-related" /> | ||
|
||
|
||
<rule from="^http://sysmocom\.de/" | ||
to="https://www.sysmocom.de/" /> | ||
|
||
<rule from="^http:" | ||
to="https:" /> | ||
<securecookie host="^(www\.)?sysmocom\.de$" name=".+" /> | ||
|
||
<rule from="^http:" to="https:" /> | ||
</ruleset> |