OLD | NEW |
1 CONSOLE MESSAGE: The Content Security Policy directive 'default-src' contains 's
cript-src' as a source expression. Did you mean 'default-src ...; script-src...'
(note the semicolon)? | 1 CONSOLE ERROR: The Content Security Policy directive 'default-src' contains 'scr
ipt-src' as a source expression. Did you mean 'default-src ...; script-src...' (
note the semicolon)? |
2 CONSOLE MESSAGE: The Content Security Policy directive 'script-src' contains 'ob
ject-src' as a source expression. Did you mean 'script-src ...; object-src...' (
note the semicolon)? | 2 CONSOLE ERROR: The Content Security Policy directive 'script-src' contains 'obje
ct-src' as a source expression. Did you mean 'script-src ...; object-src...' (no
te the semicolon)? |
3 CONSOLE MESSAGE: The Content Security Policy directive 'script-src' contains 'st
yle-src' as a source expression. Did you mean 'script-src ...; style-src...' (no
te the semicolon)? | 3 CONSOLE ERROR: The Content Security Policy directive 'script-src' contains 'styl
e-src' as a source expression. Did you mean 'script-src ...; style-src...' (note
the semicolon)? |
4 If a web author forgets a semicolon, we should do our best to warn them that the
policy they've defined is probably not what they intended. | 4 If a web author forgets a semicolon, we should do our best to warn them that the
policy they've defined is probably not what they intended. |
5 | 5 |
6 | 6 |
7 | 7 |
8 -------- | 8 -------- |
9 Frame: '<!--framePath //<!--frame0-->-->' | 9 Frame: '<!--framePath //<!--frame0-->-->' |
10 -------- | 10 -------- |
11 PASS | 11 PASS |
12 | 12 |
13 -------- | 13 -------- |
14 Frame: '<!--framePath //<!--frame1-->-->' | 14 Frame: '<!--framePath //<!--frame1-->-->' |
15 -------- | 15 -------- |
16 PASS | 16 PASS |
OLD | NEW |