Posted - 08/19/2021 : 11:33:01
I always ignore unsolicited messages & they always end up in 'File 13', the bin! I always work on the principle that no one works for free / out of the goodness of their heart; there's usually a financial motive. Having said that, I am old & cynical but so far it has stood be in good stead   I always have this in my .htaccess file which protects against cross site scripting, page-framing and click-jacking & content sniffing. If using Wordpress then the header Header always append X-Frame-Options SAMEORIGIN has been reported to cause the Theme Customizer site preview to go blank/not work. I can't say if that's right or wrong as I don't 'do' Wordpress # Extra Security Headers <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header always append X-Frame-Options SAMEORIGIN Header set X-Content-Type-Options nosniff </IfModule>Steve Bolton Lancashire
Edited by - 1818charlie on 08/19/2021 11:36:11
|