Hi,
I want to implement global HTTP headers on DirectAdmin + Litespeed + lsphp
Code:
* Header always set Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'"
* Header always set X-Frame-Options "SAMEORIGIN"
* Header always set X-Xss-Protection "1; mode=block"
* Header always set X-Content-Type-Options "nosniff"
I looked in the web admin and searched on google but can't get it to work.
Kind regards.
Kyzoe
I want to implement global HTTP headers on DirectAdmin + Litespeed + lsphp
Code:
* Header always set Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'"
* Header always set X-Frame-Options "SAMEORIGIN"
* Header always set X-Xss-Protection "1; mode=block"
* Header always set X-Content-Type-Options "nosniff"
I looked in the web admin and searched on google but can't get it to work.
Kind regards.
Kyzoe