Skip to content

Commit

Permalink
Remove HTTPS to HTTPS redirects in BME xml files
Browse files Browse the repository at this point in the history
- To move the plugin to a place where it's redirecting valid urls
- Downgrading in case of major SSL issues has been addressed with EFForg#16546
  • Loading branch information
zoracon committed Oct 1, 2018
1 parent fba7c6a commit 908615c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
14 changes: 5 additions & 9 deletions src/chrome/content/rules/BME.hu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Fetch error: http://uszoda.sch.bme.hu/ => https://uszoda.sch.bme.hu/: (51, "SSL:
Fetch error: http://wjsz.bme.hu/ => https://wjsz.bme.hu/: (60, 'SSL certificate problem: certificate has expired')
Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certificate problem: certificate has expired')
This file contains a ruleset for the websites of
This file contains a ruleset for the websites of
Budapest University of Technology and science.
This is not an official list, and probably not comprehensive!
This is a university domain with many different sites and
maintainter teams. Lots of the sites are sending incomplete
This is a university domain with many different sites and
maintainter teams. Lots of the sites are sending incomplete
certificate chains. But, all the sites are using the same
intermediate certificate, so the misconfigured sites are
"just works" because the browser has the missing certs cached.
Expand All @@ -27,7 +27,7 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
ruleset (see BME.hu_incomplete.xml) with the misconfigured sites.
The users can turn that on if they want.
Feel free to add or move sites to the correct list,
Feel free to add or move sites to the correct list,
but do not include them in both.
This is the list for sites with valid ssl cert chains.
Expand Down Expand Up @@ -113,7 +113,7 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
<!-- Atomfizika tanszek -->
<!-- <target host="fat.bme.hu" /> -->
<target host="www.fat.bme.hu" />
<!-- Épületgépészeti tanszék -->
<!-- Épületgépészeti tanszék -->
<target host="epget.bme.hu" />
<target host="www.epget.bme.hu" />
<!-- Karman Todor kollegium -->
Expand All @@ -136,10 +136,6 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
<target host="www.esn.bme.hu" />

<!-- Probably, there are many more sites in the bme.hu domain -->

<!-- Workaround https://tmit.bme.hu cert error -->
<rule from="^https?://tmit\.bme\.hu/"
to="https://www.tmit.bme.hu/"/>

<!-- Hop directly to https NEPTUN -->
<rule from="^http://(www\.)?neptun\.bme\.hu/"
Expand Down
6 changes: 1 addition & 5 deletions src/chrome/content/rules/BME.hu_incomplete.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
This file contains a ruleset for the websites of
This file contains a ruleset for the websites of
Budapest University of Technology and science.
This is NOT a standalone ruleset.
Expand Down Expand Up @@ -27,10 +27,6 @@
<target host="cs.bme.hu" />
<target host="www.cs.bme.hu" />

<!-- Workaround https://mit.bme.hu cert error -->
<rule from="^https?://mit\.bme\.hu/"
to="https://www.mit.bme.hu/"/>

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

0 comments on commit 908615c

Please sign in to comment.