Skip to content

Commit f7c349f

Browse files
author
rany
authored
Create Openid.org.cn.xml (EFForg#19348)
OpenID identity page can't be redirected to HTTPS due to invalid SSL certificate. For example: http://rany.openid.org.cn . This doesn't matter because passwords are only sent to either openid.org.cn or www.openid.org.cn which don't redirect to HTTPS by default.
1 parent 325486c commit f7c349f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<ruleset name="Openid.org.cn">
2+
<target host="openid.org.cn" />
3+
<target host="www.openid.org.cn" />
4+
5+
<securecookie host=".+" name=".+" />
6+
7+
<rule from="^http:" to="https:" />
8+
</ruleset>

0 commit comments

Comments
 (0)