Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
43 lines (34 sloc)
1.24 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
For other Sina coverage, see Sina.com.cn.xml. | |
Mixed content: | |
Images on ^,www from www.sae.sinacdn.com * | |
* Unsecurable <= 403 | |
MCB: | |
greengrass.sinaapp.com | |
hiwgy.sinaapp.com | |
weihr.sinaapp.com | |
Invalid certificate: | |
greengrass-wordpress.stor.sinaapp.com | |
qdomain-saenew.stor.sinaapp.com | |
siukwan-wordpress.stor.sinaapp.com | |
--> | |
<ruleset name="SinaApp.com (partial)"> | |
<!-- Complications: --> | |
<target host="greengrass.sinaapp.com" /> | |
<exclusion pattern="http://greengrass\.sinaapp\.com/(?!wp-content/)" /> | |
<test url="http://greengrass.sinaapp.com/wp-content/plugins/bmo-expo/css/style.css" /> | |
<test url="http://greengrass.sinaapp.com/?cat=1" /> | |
<target host="weihr.sinaapp.com" /> | |
<exclusion pattern="http://weihr\.sinaapp\.com/(?!js/|images/)" /> | |
<test url="http://weihr.sinaapp.com/images/jobs/logo_50x50_sinajob.jpg" /> | |
<test url="http://weihr.sinaapp.com/js/jobs/jobs.js" /> | |
<test url="http://weihr.sinaapp.com/jobs/about.php" /> | |
<test url="http://weihr.sinaapp.com/jobs/help.php" /> | |
<!-- Directly: --> | |
<target host="sinaapp.com" /> | |
<target host="www.sinaapp.com" /> | |
<target host="lib.sinaapp.com" /> | |
<target host="siukwan.sinaapp.com" /> | |
<securecookie host=".+" name=".+" /> | |
<rule from="^http:" to="https:" /> | |
</ruleset> |