RE: Which one of these Vulnerabilities are serious? 02-23-2021, 09:17 PM
#3
(02-23-2021, 08:03 PM)mothered Wrote:Thank you.Quote:Which one of these Vulnerabilities are real and serious?Every vulnerability Is real and should seriously be patched.
Did you look at the file? I asked it because of scanner bug!
How can I fix Content Security Policy (CSP)? I added below line to my Apache config file, but website messed up:
Code:
Header always set Content-Security-Policy "default-src 'self'; font-src *;img-src * data:; script-src *; style-src *;"