I implemented CSP headers for the first time.
(Ps. #577 would really help).
I followed the instructions to the lettter for frame-src. But frame-src www.example.org; was found to be invalid, while frame-src 'self' www.example.org; was correct. (with a different domain for www.example.org of course and other sections, this was the only difference).
The explanation writes:
en moet de waarde 'self', 'none' of een specifieke URL hebben,
Only the latter, a specific domain, is apparently invalid according to the test.
I implemented CSP headers for the first time.
(Ps. #577 would really help).
I followed the instructions to the lettter for
frame-src. Butframe-src www.example.org;was found to be invalid, whileframe-src 'self' www.example.org;was correct. (with a different domain forwww.example.orgof course and other sections, this was the only difference).The explanation writes:
Only the latter, a specific domain, is apparently invalid according to the test.