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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07-expected.txt

Issue 470723006: Disallow an empty host in a CSP host-source directive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:/'. It will be ignored. 1 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:/'. It will be ignored.
2 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:/". 2 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:/".
3 3
4 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http://'. It will be ignored.
5 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http://".
6
4 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:/127.0.0.1'. It will be ignored. 7 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:/127.0.0.1'. It will be ignored.
5 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:/127.0.0.1". 8 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:/127.0.0.1".
6 9
7 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:///127.0.0.1'. It will be ignored. 10 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http:///127.0.0.1'. It will be ignored.
8 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:///127.0.0.1". 11 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http:///127.0.0.1".
9 12
10 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http://127.0.0.1:/'. It will be ignored. 13 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'http://127.0.0.1:/'. It will be ignored.
11 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http://127.0.0.1:/". 14 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src http://127.0.0.1:/".
12 15
13 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'https://127.?.0.1:*'. It will be ignored. 16 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: 'https://127.?.0.1:*'. It will be ignored.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 59
57 -------- 60 --------
58 Frame: '<!--framePath //<!--frame6-->-->' 61 Frame: '<!--framePath //<!--frame6-->-->'
59 -------- 62 --------
60 PASS 63 PASS
61 64
62 -------- 65 --------
63 Frame: '<!--framePath //<!--frame7-->-->' 66 Frame: '<!--framePath //<!--frame7-->-->'
64 -------- 67 --------
65 PASS 68 PASS
69
70 --------
71 Frame: '<!--framePath //<!--frame8-->-->'
72 --------
73 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698