We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf22f6 commit a4399caCopy full SHA for a4399ca
src/chrome/content/rules/Jitsi.xml
@@ -1,17 +1,10 @@
1
<ruleset name="Jitsi">
2
3
- <target host="jit.si" />
4
- <target host="www.jit.si" />
5
<target host="jitsi.org" />
6
<target host="www.jitsi.org" />
7
8
-
9
<securecookie host="^jitsi\.org$" name=".*" />
10
11
12
- <rule from="^http://(www\.)?jit\.si/"
13
- to="https://$1jit.si/" />
14
15
<rule from="^http://(www\.)?jitsi\.org/"
16
to="https://$1jitsi.org/" />
17
0 commit comments