yada icon indicating copy to clipboard operation
yada copied to clipboard

:x-frame-options DENY is not a valid value

Open SevereOverfl0w opened this issue 5 years ago • 0 comments

This causes warnings on the host page console.

The following lines probably should check that :x-frame-options value is truthy (and default to true) instead. The docs should also be updated accordingly.

https://github.com/juxt/yada/blob/c6cb858892a3fa24a719ddf0d1fcb85c6abb8b95/src/yada/security.clj#L366-L367

SevereOverfl0w avatar May 27 '20 14:05 SevereOverfl0w