So i have been trying to use a google programmable search engine script, but i am having trouble with the meta tag.
The meta tag that i have included in my is as follows:
<meta http-equiv="Content-Security-Policy" content="script-src *.google.com 'self';">
However, i am still getting an error telling me it refused to load the script because it violates the "content-security-policy directive: "script-src 'self'""
I am wondering whether it inherits some sort of settings from somewhere else, as it doesn't accept the new script-src i am setting, however it does accept the new script-src if i set it to 'none'.
By the way, I am very new to html, so i might be making some obvious mistake.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…