Skip to content

Commit fa81324

Browse files
youdlyJ0WI
authored andcommitted
[LimeSurvey.org] Fix cert mismatch (EFForg#17661)
* Add LimeSurvey.org.xml * Add comment on wildcard dns and cert * Remove redirect and invalid host
1 parent 92cef4b commit fa81324

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
For other LimeSurvey coverage, see LimeSurvey.com.xml
3+
4+
Wildcard DNS record and cert.
5+
-->
6+
<ruleset name="LimeSurvey.org">
7+
8+
<target host="limesurvey.org" />
9+
<target host="www.limesurvey.org" />
10+
<target host="manual.limesurvey.org" />
11+
12+
<securecookie host=".+" name=".+" />
13+
14+
<rule from="^http:"
15+
to="https:" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)