|
1 | | -#select |
2 | 1 | | tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the TLD '*' is insecurely specified. | tst.js:8:13:8:31 | "https://example.*" | "https://example.*" | |
3 | 2 | | tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the domain '**.example.com' is insecurely specified. | tst.js:6:13:6:38 | "https: ... .com/*" | "https: ... .com/*" | |
4 | 3 | | tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the domain 'example.**' is insecurely specified. | tst.js:7:13:7:32 | "https://example.**" | "https://example.**" | |
5 | 4 | | tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the scheme '*' is insecurely specified. | tst.js:5:13:5:31 | "*://example.org/*" | "*://example.org/*" | |
6 | 5 | | tst.js:3:9:23:10 | $sceDel ... ]) | $@ is not a secure whitelist entry, because the scheme '**' is insecurely specified. | tst.js:4:13:4:32 | "**://example.com/*" | "**://example.com/*" | |
7 | | -testFailures |
8 | | -| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the TLD '*' is insecurely specified. | Unexpected result: Alert | |
9 | | -| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the domain '**.example.com' is insecurely specified. | Unexpected result: Alert | |
10 | | -| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the domain 'example.**' is insecurely specified. | Unexpected result: Alert | |
11 | | -| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the scheme '*' is insecurely specified. | Unexpected result: Alert | |
12 | | -| tst.js:3:9:23:10 | $@ is not a secure whitelist entry, because the scheme '**' is insecurely specified. | Unexpected result: Alert | |
13 | | -| tst.js:4:35:4:138 | // $ Al ... .org/a) | Missing result: Alert | |
14 | | -| tst.js:5:34:5:154 | // $ Al ... "//"!) | Missing result: Alert | |
15 | | -| tst.js:6:41:6:103 | // $ Al ... e.com/a | Missing result: Alert | |
16 | | -| tst.js:7:35:7:112 | // $ Al ... vil.com | Missing result: Alert | |
17 | | -| tst.js:8:34:8:84 | // $ Al ... ctedTLD | Missing result: Alert | |
18 | | -| tst.js:22:41:22:108 | // $ Al ... caped)) | Missing result: Alert | |
0 commit comments