Security Report Summary
A
Site: https://www.peterlgerrard.co.uk/
IP Address: 52.173.77.140
Report Time: 15 Sep 2025 12:52:04 UTC
Headers:
  • Strict-Transport-Security
  • Content-Security-Policy
  • X-Content-Type-Options
  • X-Frame-Options
  • Referrer-Policy
  • Permissions-Policy
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/1.1200 OK
Content-Length21681
Content-Typetext/html
DateMon, 15 Sep 2025 12:52:03 GMT
Accept-Rangesbytes
Cache-Controlpublic,max-age=86400
Content-Encodinggzip
ETag"0a8f4a043e3d51:0"
Last-ModifiedFri, 14 Feb 2020 14:32:48 GMT
Set-CookieARRAffinity=0f4d985a8bb36dc6ce39478aeeeb7863de69942d8a5010c8b20fcb079bc3857f;Path=/;HttpOnly;Secure;Domain=www.peterlgerrard.co.uk
Set-CookieARRAffinitySameSite=0f4d985a8bb36dc6ce39478aeeeb7863de69942d8a5010c8b20fcb079bc3857f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.peterlgerrard.co.uk
VaryAccept-Encoding
Strict-Transport-Securitymax-age=15768000
Content-Security-Policydefault-src 'none'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; report-uri https://peterlgerrard.report-uri.com/r/d/csp/enforce
X-Content-Type-OptionsNOSNIFF
X-Frame-OptionsDENY
X-Permitted-Cross-Domain-Policiesmaster-only
X-XSS-Protection1; mode=block
X-Clacks-OverheadGNU Terry Pratchett
Referrer-Policystrict-origin-when-cross-origin
Feature-Policygeolocation 'none';midi 'none';notifications 'none';push 'none';sync-xhr 'none';microphone 'none';camera 'none';magnetometer 'none';gyroscope 'none';speaker 'self';vibrate 'none';fullscreen 'self';payment 'none';
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
Strict-Transport-SecurityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets. Analyse this policy in more detail.
X-Content-Type-OptionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
X-Frame-OptionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
X-XSS-ProtectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
Feature-PolicyFeature Policy has been renamed to Permissions Policy, see the details here.