We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68d469 commit 7288f32Copy full SHA for 7288f32
src/chrome/content/rules/Netgear.xml
@@ -1,8 +1,16 @@
1
<!--
2
Nonfunctional subdomains:
3
4
+ - (www.) ¹
5
+ - download ¹
6
+ - www.download ²
7
+ - investor ³
8
- powershift
- - (www.) (times out)
9
+ - support ³
10
+
11
+ ¹ Refused
12
+ ² 400; mismatched, CN: ssl2.cdngc.net
13
+ ³ Dropped
14
15
-->
16
<ruleset name="Netgear (partial)" platform="mixedcontent">
@@ -11,6 +19,10 @@
19
<target host="*.netgear.com" />
20
21
22
+ <!-- Not secured by server:
23
+ -->
24
+ <!--securecookie host="^my\.netgear\.com$" name="^(ASP\.NET_SessionId|l)$" /-->
25
26
<securecookie host="^my\.netgear\.com$" name=".*" />
27
28
0 commit comments