Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 1bb0dee

Browse files
cschanajJ0WI
authored andcommitted
Re-activate and Update DevConf.cz.xml (#9951)
1 parent b7b6862 commit 1bb0dee

File tree

1 file changed

+8
-30
lines changed

1 file changed

+8
-30
lines changed
Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,14 @@
11
<!--
2-
Problematic subdomains:
3-
4-
- (www.) ¹
5-
- openshift ²
6-
7-
¹ Works; self-signed, CN: web
8-
² Works; mismatched, CN: *.rhcloud.com
9-
10-
11-
Mixed content:
12-
13-
- css on (www.) from $self *
14-
15-
- Images, on:
16-
17-
- (www.) from $self *
18-
- openshift from ^ *
19-
- openshift from i.imgur.com *
20-
21-
* Secured by us
22-
2+
Non-functional hosts
3+
Status code mismatch:
4+
- 2016.devconf.cz
5+
- openshift.devconf.cz
236
-->
24-
<ruleset name="DevConf.cz" default_off="mismatched, self-signed">
25-
7+
<ruleset name="DevConf.cz">
268
<target host="devconf.cz" />
27-
<target host="*.devconf.cz" />
28-
29-
30-
<securecookie host="^openshift\.devconf\.cz$" name=".+" />
31-
9+
<target host="www.devconf.cz" />
3210

33-
<rule from="^http://(?:(openshift\.)|www\.)?devconf\.cz/"
34-
to="https://$1devconf.cz/" />
11+
<securecookie host="^(www\.)?devconf\.cz$" name=".+" />
3512

13+
<rule from="^http:" to="https:" />
3614
</ruleset>

0 commit comments

Comments
 (0)