XXS report issue
-
Hi there,
after analysing my site for XXS issues (Cross site scripting), one issue in my console shows up that concerns a the FVM plugin:
Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self' fonts.googleapis.com maxcdn.bootstrapcdn.com fonts.gstatic.com". Either the 'unsafe-inline' keyword, a hash ('sha256-RaP83aCN4eUnt+1kw6inLwKAQ80NxUjmEVXbt5rx2hk='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.
If i then click on the source of this warning it shows me the following function (note, only part of it pasting here):
function fvmuag(){if(navigator.userAgent.match(/x11.*fox\/54|oid\s4.*xus.*ome\/62|oobot|ighth|tmetr|eadles|ingdo/i))return!1;
My question to you: is there any way to put this function into an external JS file in order to not have inline JS?
thx in advance for any help.The page I need help with: [log in to see the link]
The topic ‘XXS report issue’ is closed to new replies.