Skip to content
New issue

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

Loop protection in HTTPS upgrades #59

Merged
merged 8 commits into from
Sep 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos.
kdzwinel committed Sep 29, 2021
commit d6f6aabb7ddf3a5edf95ce7d4d26eb9c1c222a3a
2 changes: 1 addition & 1 deletion privacy-protections/https-loop-protection/index.html
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<body>
<p><a href="../../">[Home]</a> ↣ <a href="../">[Privacy Protections Tests]</a> ↣ <strong>[HTTPS Upgrade Loop Protection]</strong></p>

<p>This tst will navigate to page on a https upgradable domain that imadiatelly redirects to its http version. This will cause a http↔http loop (client trying to upgrade, page downgrading). Clients should detect this scenario and allow page to load.</p>
<p>This test will navigate to page on a https upgradable domain that immediately redirects to its http version. This will cause a http↔http loop (client trying to upgrade, page downgrading). Clients should detect this scenario and allow page to load.</p>

<p><button id='start'>Start test</button></p>