Skip to content

Commit 908615c

Browse files
committed
Remove HTTPS to HTTPS redirects in BME xml files
- 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
1 parent fba7c6a commit 908615c

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

src/chrome/content/rules/BME.hu.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Fetch error: http://uszoda.sch.bme.hu/ => https://uszoda.sch.bme.hu/: (51, "SSL:
1111
Fetch error: http://wjsz.bme.hu/ => https://wjsz.bme.hu/: (60, 'SSL certificate problem: certificate has expired')
1212
Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certificate problem: certificate has expired')
1313
14-
This file contains a ruleset for the websites of
14+
This file contains a ruleset for the websites of
1515
Budapest University of Technology and science.
1616
1717
This is not an official list, and probably not comprehensive!
1818
19-
This is a university domain with many different sites and
20-
maintainter teams. Lots of the sites are sending incomplete
19+
This is a university domain with many different sites and
20+
maintainter teams. Lots of the sites are sending incomplete
2121
certificate chains. But, all the sites are using the same
2222
intermediate certificate, so the misconfigured sites are
2323
"just works" because the browser has the missing certs cached.
@@ -27,7 +27,7 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
2727
ruleset (see BME.hu_incomplete.xml) with the misconfigured sites.
2828
The users can turn that on if they want.
2929
30-
Feel free to add or move sites to the correct list,
30+
Feel free to add or move sites to the correct list,
3131
but do not include them in both.
3232
3333
This is the list for sites with valid ssl cert chains.
@@ -113,7 +113,7 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
113113
<!-- Atomfizika tanszek -->
114114
<!-- <target host="fat.bme.hu" /> -->
115115
<target host="www.fat.bme.hu" />
116-
<!-- Épületgépészeti tanszék -->
116+
<!-- Épületgépészeti tanszék -->
117117
<target host="epget.bme.hu" />
118118
<target host="www.epget.bme.hu" />
119119
<!-- Karman Todor kollegium -->
@@ -136,10 +136,6 @@ Fetch error: http://cubesat.bme.hu/ => https://cubesat.bme.hu/: (60, 'SSL certif
136136
<target host="www.esn.bme.hu" />
137137

138138
<!-- Probably, there are many more sites in the bme.hu domain -->
139-
140-
<!-- Workaround https://tmit.bme.hu cert error -->
141-
<rule from="^https?://tmit\.bme\.hu/"
142-
to="https://www.tmit.bme.hu/"/>
143139

144140
<!-- Hop directly to https NEPTUN -->
145141
<rule from="^http://(www\.)?neptun\.bme\.hu/"

src/chrome/content/rules/BME.hu_incomplete.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
This file contains a ruleset for the websites of
2+
This file contains a ruleset for the websites of
33
Budapest University of Technology and science.
44
55
This is NOT a standalone ruleset.
@@ -27,10 +27,6 @@
2727
<target host="cs.bme.hu" />
2828
<target host="www.cs.bme.hu" />
2929

30-
<!-- Workaround https://mit.bme.hu cert error -->
31-
<rule from="^https?://mit\.bme\.hu/"
32-
to="https://www.mit.bme.hu/"/>
33-
3430
<rule from="^http:"
3531
to="https:"/>
3632
</ruleset>

0 commit comments

Comments
 (0)