Skip to content

Commit

Permalink
Added ruleset for bibb.de (EFForg#15577)
Browse files Browse the repository at this point in the history
* Added ruleset for bibb.de

* SecureCookie

* Moved comment

* Provided certificates common names

* Remove targets
  • Loading branch information
Jochen-A-Fuerbacher authored and J0WI committed Oct 15, 2018
1 parent 847331a commit 26ba9c0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/chrome/content/rules/BIBB.de.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!--
Federal Institute for Vocational Education and Training
Invalid certificate:
europass.bibb.de (common name: Let's Encrypt Authority X3)
exanda.bibb.de (common name: GeoTrust SSL CA - G3)
good-practice.bibb.de (common name: GeoTrust SSL CA - G3)
ldbb.bibb.de (common name: GeoTrust SSL CA - G3)
www.ldbb.bibb.de (common name: GeoTrust SSL CA - G3)
na.bibb.de (common name: GeoTrust SHA256 SSL CA)
www.na.bibb.de (common name: GeoTrust SHA256 SSL CA)
Non-2xx HTTP code:
bbne.bibb.de
eldoc.bibb.de
fdz.bibb.de
indikatorik.bibb.de
-->
<ruleset name="BIBB.de">

<target host="bibb.de" />
<target host="www.bibb.de" />
<target host="anerkennungsbefragung.bibb.de" />
<target host="ausbildungplus.bibb.de" />
<target host="aweb-intern.bibb.de" />
<target host="cloud.bibb.de" />
<target host="datenreport.bibb.de" />
<target host="expertenmonitor.bibb.de" />
<target host="foraus.bibb.de" />
<target host="kongress2018.bibb.de" />
<target host="login.bibb.de" />
<target host="metadaten.bibb.de" />
<target host="naa309.bibb.de" />
<target host="preview.nl.bibb.de" />
<target host="opac.bibb.de" />
<target host="prueferportal.bibb.de" />
<target host="stats.bibb.de" />
<target host="umfrage.bibb.de" />
<target host="wbmonitor.bibb.de" />
<target host="workspace.bibb.de" />
<target host="www2.bibb.de" />

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

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

</ruleset>

0 comments on commit 26ba9c0

Please sign in to comment.