-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
Timeout InvalidCert |
Also found a CDN domain: https://s.ntkstatic.org/media/blog/293/blog_img_293.jpg |
话说那坨奇怪的域名好像都重定向到 |
试了下,那一大坨奇怪域名都SANs了,http会重定向到^,https就不跳转了。 |
还是有不在的,比如说 https://www.ssllabs.com/ssltest/analyze.html?d=lo3ff07fd83fe8c3fe83f46e13ff0f3fe808061al.newtalk.tw 我觉得注释里说一下这是泛解析,然后把这些都直接重定向到 |
大爷的,还发现了坨无限域名:nvk\d*. |
其实是 `.+\.`
|
我说怎么那么困惑,原来是代理的原因…… |
见鬼,过去7天才看到这条评论…… |
<test url="http://ap1.newtalk.tw/" /> | ||
<test url="http://www.newtalk.tw/" /> | ||
|
||
<rule from="^http://\w+\.newtalk\.tw/" to="https://newtalk.tw/" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\w+
doesn't match with dash, such as abcdefg-123456789.newtalk.tw. I'd suggest you to use .+
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我就记得哪次中招过,.+
通不过测试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.+
会要求两个额外的测试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://travis-ci.org/EFForg/https-everywhere/jobs/185161024#L193
failure: /opt/utils/../src/chrome/content/rules/newtalk.tw.xml failed test: The 'from' rule contains unescaped period in regular expression. Try escaping it with a backslash.
这个是多加两个测试就会通过?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
丧心病狂的电信……直接用手机开热点了
之前还没注意过/utils/trivial-validate.py#L74-L84,看了下觉得这个检测方式的误报率有点高……
留着\S
吧,顺手 git blame Yimg.jp.xml (逃
No description provided.