We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d3c5db + d5874bb commit a10dcddCopy full SHA for a10dcdd
src/chrome/content/rules/Voltage.com.xml
@@ -0,0 +1,20 @@
1
+<!--
2
+ Other Hewlett Packard rulesets:
3
+ - Compaq.com.xml
4
+ - Hewlett-Packard.xml
5
+ - HP_Cloud.com.xml
6
+ - Optimost.xml
7
+ - Palm.com.xml
8
+
9
+ Non-functional subdomain:
10
+ - info (hostname mismatch, CN: *.marketo.com, marketo.com)
11
+-->
12
+<ruleset name="HP Security Voltage">
13
+ <target host= "voltage.com" />
14
+ <target host="www.voltage.com" />
15
16
+ <securecookie host="^www\.voltage\.com$" name=".+" />
17
18
+ <rule from="^http:"
19
+ to="https:" />
20
+</ruleset>
0 commit comments