We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88ffe7 commit c974230Copy full SHA for c974230
1 file changed
src/chrome/content/rules/SoundViz.com.xml
@@ -0,0 +1,21 @@
1
+<!--
2
+ ^: dropped
3
+
4
+-->
5
+<ruleset name="SoundViz.com">
6
7
+ <target host="soundviz.com" />
8
+ <target host="www.soundviz.com" />
9
10
11
+ <!-- Not secured by server:
12
+ -->
13
+ <!--securecookie host="^www\.soundviz\.com$" name="^_web_session$" /-->
14
15
+ <securecookie host="^www\.soundviz\.com$" name=".+" />
16
17
18
+ <rule from="^http://(?:www\.)?soundviz\.com/"
19
+ to="https://www.soundviz.com/" />
20
21
+</ruleset>
0 commit comments