Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/deprecated-subresource-requests-expected.txt

Issue 2779603002: Enable blocking of subresource requests whose URLs include credentials. (Closed)
Patch Set: Tests. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: Subresource requests using legacy protocols (like `ftp:`) are a re blocked. Please deliver web-accessible resources over modern protocols like H TTPS. See https://www.chromestatus.com/feature/5709390967472128 for details. 1 CONSOLE WARNING: Subresource requests using legacy protocols (like `ftp:`) are a re blocked. Please deliver web-accessible resources over modern protocols like H TTPS. See https://www.chromestatus.com/feature/5709390967472128 for details.
2 CONSOLE WARNING: Subresource requests whose URLs contain embedded credentials (e .g. `https://user:pass@host/`) are deprecated, and will be blocked in M59, aroun d June 2017. See https://www.chromestatus.com/feature/5669008342777856 for more details. 2 CONSOLE WARNING: Subresource requests whose URLs contain embedded credentials (e .g. `https://user:pass@host/`) are blocked. See https://www.chromestatus.com/fea ture/5669008342777856 for more details.
3 This is a testharness.js-based test. 3 This is a testharness.js-based test.
4 PASS Untitled 4 PASS Untitled
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698