2024-03-31, 07:28 PM
(2024-03-31, 12:11 PM)Atkasi Wrote: Have installed Nginx/Letsencrypt, which I realise might better answer your question..
Yes. This is what I was asking.
Because this header option can cause issues with WebOS.
Code:
# Security / XSS Mitigation Headers
# NOTE: X-Frame-Options may cause issues with the webOS app
add_header X-Frame-Options "SAMEORIGIN"; # THIS ONE
If you have that in your Nginx config, comment it out. It isn't required.