Skip to content

Commit 6506169

Browse files
author
MB
committed
WKU Store.com
1 parent 57083d4 commit 6506169

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

src/chrome/content/rules/wku.edu.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--
22
Western Kentucky University
33
4+
Other Western Kentucky University rulesets:
5+
6+
- wkustore.com.xml
7+
48
59
Nonfunctional hosts in *wku.edu:
610
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
For other Western Kentucky University coverage, see wku.edu.xml.
3+
4+
5+
Insecure cookies are set for these hosts: ᶜ
6+
7+
- wkustore.com
8+
- www.wkustore.com
9+
10+
ᶜ See https://owasp.org/index.php/SecureFlag
11+
12+
13+
Mixed content:
14+
15+
- css from fonts.googleapis.com ˢ
16+
17+
ˢ Secured by us, see https://www.paulirish.com/2010/the-protocol-relative-url/
18+
19+
-->
20+
<ruleset name="WKU Store.com">
21+
22+
<target host="wkustore.com" />
23+
<target host="www.wkustore.com" />
24+
25+
26+
<!-- Not secured by server:
27+
-->
28+
<!--securecookie host="^(?:www\.)?wkustore\.com$" name="^(?:\.ASPXANONYMOUS|ASP\.NET_SessionId)$" /-->
29+
30+
<securecookie host="^\w" name="." />
31+
32+
33+
<rule from="^http:"
34+
to="https:" />
35+
36+
</ruleset>

0 commit comments

Comments
 (0)