Web & Email Security Test
← Web Test Home
B
Test Information
Targetwww.dentonisd.org
Resolved To:https://www.dentonisd.org/
IPv4:104.17.164.123
104.17.162.123
104.17.163.123
104.17.165.123
104.17.166.123
104.17.162.123
104.17.163.123
104.17.165.123
104.17.166.123
Scan ID #:499
Scan Time (UTC):2026-09-16 14:40:47
Response Code (HTTP):301
Response Code (HTTPS):200
Score:71/120
Tests Passed:21/25
Related Tests
Overall Scores
| Test | Pass | Score | Max | Min | Reason | Recommended Apache Config | More |
|---|---|---|---|---|---|---|---|
| HTTPS Availability | ✅ | 0 | 0 | -40 | Site is available over HTTPS and HTTP redirects to HTTPS with same hostname | — | |
| SSL and TLS Protocols | ✅ | +5 | 5 | -20 | TLS v1.2 and TLS v1.3 are supported | SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 | 🛈 |
| HSTS (Strict Transport Security) | ➖ | -5 | 0 | -15 | Max-age (365 days) is at least 1 year, but subdomains not included | Header set Strict-Transport-Security max-age=31536000; includeSubDomains; preload | 🛈 |
| Expect Certificate Transparency | ❌ | -5 | 0 | -5 | Site available over HTTPS but no certificate transparency directives | — | |
| HTTP Compression | ➖ | 0 | 1 | 0 | HTTP compression is supported | SetEnv no-gzip 1 | 🛈 |
| Cache Control | ❌ | -5 | 0 | -5 | Cache-Control directives are not adequate for sensitive data | Header set Cache-Control "no-store, no-cache, must-revalidate" | |
| Cookies | ✅ | 0 | 0 | -20 | N/A (No cookies sent) | — | |
| Subresource Integrity | ✅ | +5 | 5 | -10 | Scripts loaded (see subtable for details) | | 🛈 |
| Content-Security-Policy | ❌ | -16 | 0 | -24 | Content-Security-Policy header sent (see subtable for details) | Header set Content-Security-Policy " | 🛈 |
| Feature-Policy | ➖ | 0 | 5 | 0 | Feature-Policy header not sent | Header set Feature-Policy "autoplay 'self';" | |
| Report-To | ➖ | 0 | 1 | 0 | No Report-To header sent | Header set Report-To: {"group":"default","max_age":31536000,"endpoints":[{"url":"https://[your-endpoint].report-uri.com/a/d/g"}],"include_subdomains":true} | |
| Network Error Logging | ➖ | 0 | 1 | 0 | N/A (Requires Report-To header) | Header set NEL: {"report_to":"default","max_age":31536000,"include_subdomains":true} | |
| Referrer Policy | ✅ | +2 | 2 | -5 | Effective Referrer policy is secure but may also prevent referer data from being sent to trusted hosts | Header always set Referrer-Policy "no-referrer-when-downgrade" | |
| X-Content-Type-Options | ✅ | 0 | 0 | -10 | X-Content-Type-Options header securely set | Header set X-Content-Type-Options "nosniff" | |
| X-XSS-Protection | ❌ | -10 | 0 | -10 | X-XSS-Protection header not implemented | Header set X-XSS-Protection "1; mode=block" | |
| X-Frame-Options | ✅ | 0 | 0 | -10 | X-Frame-Options header securely set | Header set X-Frame-Options "DENY" | |
| X-Powered-By | ✅ | 0 | 0 | -3 | X-Powered-By header not sent | Header unset "X-Powered-By" | |
| X-AspNet-Version | ✅ | 0 | 0 | -1 | X-AspNet-Version header not sent | — | |
| X-AspNetMvc-Version | ✅ | 0 | 0 | -1 | X-AspNetMvc-Version header not sent | — | |
| Server Header | ✅ | 0 | 0 | -2 | Server header sent, with general, non-specific value cloudflare | ServerTokens Prod | |
| Cross-Origin Resource Sharing | ✅ | 0 | 0 | -15 | CORS header not implemented | — | |
| DNSSEC (DNS Security Extensions) | ✅ | 0 | 0 | -5 | Domain is signed with a valid signature | — | |
| IPv6 Reachability | ➖ | 0 | 0 | -5 | Nameservers not available | — | |
| SPF (Sender Policy Framework) | ➖ | 0 | 0 | -10 | No MX records associated with this hostname | — | |
| DMARC (Domain-based Message Authentication, Reporting, and Confidence) | ➖ | 0 | 0 | -10 | No MX records associated with this hostname | — |
Subresource Integrity (External JavaScript)
Maximum score for any and all scripts is 5 and minimum score for any and all scripts is -10.
| Script | Pass | Score | Reason | HTTPS |
|---|---|---|---|---|
| /assets/in_layout_head2-7df9fd0fe690668e94972fa0d26f5cd2dcf253571e19f971e7aa0b0c89bb7165.js | ✅ | 5 | Script is root-relative same-origin and loaded securely | ✅ |
| //translate.google.com/translate_a/element.js?cb=googleTranslateElementInit | ✅ | 5 | Script is protocol-relative and loaded securely | ➖ |
| /assets/application-01d0dc8f53eccfc356c07f9d109b81737ddb54e95a2e6a3ecdbf4260ab7fd2b4.js | ✅ | 5 | Script is root-relative same-origin and loaded securely | ✅ |
| /uploaded/themes/default_24/main.js?1781741516 | ✅ | 5 | Script is root-relative same-origin and loaded securely | ✅ |
Content Security Policy
| Directive | Pass | Score | Max | Min | Reason | Current | Recommended Baseline | More |
|---|---|---|---|---|---|---|---|---|
| default-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| script-src | ❌ | -1 | 0 | -4 | Missing | 'self' | ||
| style-src | ❌ | -1 | 0 | -4 | Missing | 'self' | ||
| font-src | ❌ | -1 | 0 | -2 | Missing | 'self' | 🛈 | |
| base-uri | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| frame-ancestors | ❌ | -1 | 0 | -3 | Site vulnerable to clickjacking attacks | ' | 'none' | |
| form-action | ➖ | 0 | 0 | 0 | Missing, but this directive may not be appropriate | 🛈 | ||
| plugin-types | ✅ | 0 | 0 | 0 | CSP doesn't contain deprecated directive | application/pdf | ||
| object-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| child-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| frame-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| img-src | ❌ | -1 | 0 | -1 | Missing | https: data: | ||
| worker-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| manifest-src | ❌ | -1 | 0 | -1 | Missing | 'none' | ||
| media-src | ❌ | -1 | 0 | -1 | Missing | 'self' | ||
| connect-src | ❌ | -1 | 0 | -1 | Missing | 'self' | 🛈 | |
| report-uri | ❌ | -1 | 0 | -1 | Needed for CSP reporting in CSP version 2 | https://<your-endpoint>.report-uri.com/r/d/csp/enforce | ||
| report-to | ➖ | -1 | 0 | 0 | Needed for CSP reporting in CSP version 3 | default |
Raw Headers
dateWed, 16 Sep 2026 14:40:47 GMT
content-typetext/html; charset=utf-8
cf-raya3c0a0d61c80435e-EWR
cf-cache-statusHIT
age251
cache-controlpublic, s-maxage=300, max-age=30, stale-if-error=21600, stale-while-revalidate=15
servercloudflare
strict-transport-securitymax-age=31536000
content-security-policyframe-ancestors 'self';
referrer-policystrict-origin-when-cross-origin
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-request-id93a1bcf1-0df9-48e3-ab43-cb989f67f462
x-runtime3.064718
content-encodingbr
alt-svch3=":443"; ma=86400
Test History
Results hidden from public stats are not shown here.
| 18 hours ago | 71 |
| 4 months ago | 71 |
Was this test helpful? Are there things we could improve? If so, please let us know! If you'd like to support it, donations are greatly appreciated.