We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问这个可以不跳转https吗? CF的workers.dev被SNI阻断了, 目前只有HTTP可用
The text was updated successfully, but these errors were encountered:
请使用自己的域名。
Sorry, something went wrong.
还是希望能支持下http模式, 这样适用面广一些哈, 能否指导一下? 我尝试把这段给注销掉, 然后用http访问页面, 提示 >>本程序需要 HTTPS 站点<<
if (urlObj.protocol === 'http:') { urlObj.protocol = 'https:' return makeRes('', 301, { 'strict-transport-security': 'max-age=99999999; includeSubDomains; preload', 'location': urlObj.href, }) }
No branches or pull requests
请问这个可以不跳转https吗? CF的workers.dev被SNI阻断了, 目前只有HTTP可用
The text was updated successfully, but these errors were encountered: