2024-10-18, 07:24 PM
(2024-10-18, 07:19 PM)TheDreadPirate Wrote: In NPM, can you remove all of the "add_header" advanced options?
These.
Code:# Security / XSS Mitigation Headers
# NOTE: X-Frame-Options may cause issues with the webOS app
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "0";
add_header X-Content-Type-Options "nosniff";
I tried already, but didn't solve the issue