Update qdaily.com for HTTPS-Everywhere

Words
92
Reading
1 min
Listen
Play
9y

HTTPS Everywhere has been updated to 2017.10.24.

When I visit https://www.qdaily.com/ , one Chinese blog about curiosity, I found that their certificate has expired from 2017-10-10 17:16.

Em, let's go.

Find and update the qdaily.com.xml file:

+   Expired:
+       ^
+       www.qdaily.com

-       ^   ( equal to www.qdaily.com )

-   <target host="qdaily.com" />
-   <target host="www.qdaily.com" />

-   <rule from="^http://qdaily\.com/" to="https://www.qdaily.com/" />

The rule should be:

<ruleset name="qdaily.com">
    <target host="admin.qdaily.com" />
    <target host="test.app.qdaily.com" />
    <target host="app3.qdaily.com" />
    <target host="m.qdaily.com" />
    <target host="test.m.qdaily.com" />
    <target host="marketing.qdaily.com" />
    <target host="ms.qdaily.com" />
    <target host="pad3.qdaily.com" />

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

Then pull request to EFForg/https-everywhere:

Update qdaily.com.xml by ivysrono EFForg/https-everywhere
图片.png
At last, I found a sad fact: The one reopen ruleset for qdaily.com on 13008 is me !
图片.png
If you want to know more about HTTPS-Everywhere and you can read Chinese:
Firefox守望者报告[3]HTTPS-Everywhere



Open Source Contribution posted via https://utopian.io

Update qdaily.com for HTTPS-Everywhere | Ecency