Skip dev-mode XSS tests unless the browser is Firefox.
This commit is contained in:
parent
0c2df08d78
commit
43770cbc85
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
if (UA.isMozilla) {
|
||||
let y = async (url, originUrl = '') => await XSS.maybe({originUrl, url, method: "GET"});
|
||||
let n = async (...args) => !await y(...args);
|
||||
Promise.all([
|
||||
|
|
Loading…
Reference in New Issue