forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3M.com.xml
More file actions
51 lines (34 loc) · 1.01 KB
/
3M.com.xml
File metadata and controls
51 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!--
3M Company
Partially covered subdomains:
- (www.) ¹
- solutions ²
¹ Some pages have mixed css, others 404
² Some paths 404
Fully covered subdomains:
- metricscst
Mixed content:
- css on www from solutions *
- Web bugs on www from metricscst *
* Secured by us
-->
<ruleset name="3M.com (partial)">
<target host="3m.com" />
<target host="*.3m.com" />
<!--
- $ loads mixed stylesheets as described above
- us$ redirects to http
-->
<!--exclusion pattern="^http://(www\.)?3m\.com/+(us)?($|[/?])" /-->
<exclusion pattern="^http://(?:www\.)?3m\.com/+(?!product/)" />
<!--
innovation/en_US$ & innovation/assets/ 404
-->
<!--exclusion pattern="^http://solutions\.3m\.com/+innovation/" /-->
<!--
This is enough to secure resources on www.../$
-->
<exclusion pattern="^http://solutions\.3m\.com/+(?!3M/themes/|3MContentRetrievalAPI/|wps/)" />
<rule from="^http://((?:metricscst|solutions|www)\.)?3m\.com/"
to="https://$13m.com/" />
</ruleset>