You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
The following files where reported from content security policy checking
domain-task/fetch.js
Inline eval() and functions() are not compliant with content security policy var isBrowser = (new Function('try { return this === window; } catch (e) { return false; }'))();
The following files where reported from content security policy checking
domain-task/fetch.js
Inline eval() and functions() are not compliant with content security policy
var isBrowser = (new Function('try { return this === window; } catch (e) { return false; }'))();
This is how I'd do the same test
The text was updated successfully, but these errors were encountered: