Header Hound

another-site.dev

Scanned on: December 6th, 2025 at 3:56 PM

Overall Security Grade

D

The security headers for another-site.dev have been analyzed, resulting in a grade of D. The configuration is generally good, with potential for minor enhancements.

HTTPS Configuration

HTTPS Available

Site is accessible via HTTPS.

Redirects to HTTPS

HTTP traffic is automatically redirected to HTTPS.

Detected HTTP Headers

Strict-Transport-Security
Insecure
example-insecure-value; some-flag

Ensures browsers only connect via HTTPS.

Recommendation:

Review the configuration of Strict-Transport-Security for optimal security. Expected: max-age=31536000; includeSubDomains; preload

Content-Security-Policy
Secure
default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'none';

Controls resources the browser is allowed to load.

X-Frame-Options
Missing

Header not detected.

Protects against clickjacking attacks.

Recommendation:

The X-Frame-Options header is missing. Implementing it is recommended for enhanced security.

X-Content-Type-Options
Secure
nosniff

Prevents MIME-sniffing.

Referrer-Policy
Insecure
example-insecure-value; some-flag

Controls how much referrer information is sent.

Recommendation:

Review the configuration of Referrer-Policy for optimal security. Expected: strict-origin-when-cross-origin

Permissions-Policy
Insecure
example-insecure-value; some-flag

Controls access to browser features.

Recommendation:

Review the configuration of Permissions-Policy for optimal security. Expected: geolocation=(), microphone=(), camera=()

Server
Informational
MockServer/3.15

Information about the web server software.

Date
Informational
Sat, 06 Dec 2025 15:56:33 GMT

The date and time the message was originated.

Content-Type
Informational
text/html; charset=utf-8

The media type of the resource.

General Recommendations

Enable HTTPS

Ensure your website is served over HTTPS to encrypt data in transit.

Keep Software Updated

Regularly update your server software, CMS, and plugins to patch vulnerabilities.