Skip to content

Commit f1b8f64

Browse files
author
MB
committed
[Technical University Munich] Fix securecookie
Wasn't matching www.tum.de.
1 parent 268bf64 commit f1b8f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chrome/content/rules/Technical_University_Munich.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
2424
- adm9.in.tum.de
2525
- ias.in.tum.de
26+
- www.tum.de
2627
- ias.cs.tum.edu
2728
- ias.informatik.tu-muenchen.de
2829
@@ -44,7 +45,7 @@
4445
<target host="*.tu-muenchen.de" />
4546

4647

47-
<securecookie host="^(?:adm9\.in|ias\.in|www(?:\.lehren?))?\.tum\.de$" name=".+" />
48+
<securecookie host="^(?:adm9\.in|ias\.in|www(?:\.lehren?)?)?\.tum\.de$" name=".+" />
4849
<securecookie host="^ias\.cs\.tum\.edu$" name=".+" />
4950
<securecookie host="^(?:www|ias\.informatik)\.tu-muenchen\.de$" name=".+" />
5051

0 commit comments

Comments
 (0)