yada
yada copied to clipboard
:x-frame-options DENY is not a valid value
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