EVOLUTION-NINJA
Edit File: .htaccess
<IfModule mod_headers.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ErrorDocument 404 /index.html # Handle mixed content Header always set Content-Security-Policy "upgrade-insecure-requests" # Clickjacking Protection Header always append X-Frame-Options SAMEORIGIN # Prevent Content Type sniffing Header always set X-Content-Type-Options nosniff # Strict-Transport-Security header Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" # Content-Security-Policy # Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self'; frame-src 'none'" </IfModule> # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php82” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php82 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit