OLD | NEW |
1 CONSOLE MESSAGE: The 'allow' directive has been replaced with 'default-src'. Ple
ase use that directive instead, as 'allow' has no effect. | 1 CONSOLE ERROR: The 'allow' directive has been replaced with 'default-src'. Pleas
e use that directive instead, as 'allow' has no effect. |
2 CONSOLE MESSAGE: The 'allow' directive has been replaced with 'default-src'. Ple
ase use that directive instead, as 'allow' has no effect. | 2 CONSOLE ERROR: The 'allow' directive has been replaced with 'default-src'. Pleas
e use that directive instead, as 'allow' has no effect. |
3 Loads an iframe (a) which loads an iframe (b) which in turns tries to load an ex
ternal script. The iframe (a) has a content security policy disabling external s
cripts. As this policy does not apply to (b), the script should be executed. | 3 Loads an iframe (a) which loads an iframe (b) which in turns tries to load an ex
ternal script. The iframe (a) has a content security policy disabling external s
cripts. As this policy does not apply to (b), the script should be executed. |
4 | 4 |
5 | 5 |
6 | 6 |
7 -------- | 7 -------- |
8 Frame: '<!--framePath //<!--frame0-->-->' | 8 Frame: '<!--framePath //<!--frame0-->-->' |
9 -------- | 9 -------- |
10 | 10 |
11 | 11 |
12 -------- | 12 -------- |
13 Frame: '<!--framePath //<!--frame0-->/<!--frame0-->-->' | 13 Frame: '<!--framePath //<!--frame0-->/<!--frame0-->-->' |
14 -------- | 14 -------- |
15 PASS | 15 PASS |
OLD | NEW |