Web & Email Security Test

← Web Test Home

     
A

Test Information

Targetprovisioning.csptech.org
Resolved To:https://provisioning.csptech.org/
IPv4:172.67.168.148
104.21.26.232
Scan ID #:420
Scan Time (UTC):2026-05-18 02:07:56
Response Code (HTTP):301
Response Code (HTTPS):200

Score:
92/120
Tests Passed:
22/25


Overall Scores

TestPassScoreMaxMinReasonRecommended Apache ConfigMore
HTTPS Availability00-40Site is available over HTTPS and HTTP redirects to HTTPS with same hostname
SSL and TLS Protocols05-20TLS v1.0/v1.1 are being phased out as certain TLS v1.0 ciphers are not secureSSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLHonorCipherOrder on
SSLCompression off
SSLSessionTickets off
🛈
HSTS (Strict Transport Security)00-15Max-age (365 days) is at least 1 year, subdomains are included, and is eligible for preloadingHeader set Strict-Transport-Security max-age=31536000; includeSubDomains; preload🛈
Expect Certificate Transparency-50-5Site available over HTTPS but no certificate transparency directives
HTTP Compression+110Content-Encoding header not sentSetEnv no-gzip 1
Header set Cache-Control "max-age=0, private, no-cache, no-store, no-transform, must-revalidate"
🛈
Cache Control00-5Cache-Control directives prevent cachingHeader set Cache-Control "no-store, no-cache, must-revalidate"
Cookies-70-20Cookies sent (see subtable for details)
Subresource Integrity+55-10N/A (No external JavaScript detected)🛈
Content-Security-Policy-40-24Content-Security-Policy header sent (see subtable for details)Header set Content-Security-Policy "
default-src 'none';\
base-uri 'none';\
etc. [see CSP table];\
report-to default;\
report-uri https://[your-endpoint].report-uri.com/r/d/csp/enforce;"
🛈
Feature-Policy050Feature-Policy header not sentHeader set Feature-Policy "autoplay 'self';"
Report-To+110Report-To header sentHeader 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+110NEL header sentHeader set NEL: {"report_to":"default","max_age":31536000,"include_subdomains":true}
Referrer Policy02-5Referrer-Policy header not sentHeader always set Referrer-Policy "no-referrer-when-downgrade"
X-Content-Type-Options00-10X-Content-Type-Options header securely setHeader set X-Content-Type-Options "nosniff"
X-XSS-Protection00-10X-XSS-Protection header securely setHeader set X-XSS-Protection "1; mode=block"
X-Frame-Options00-10X-Frame-Options header securely setHeader set X-Frame-Options "DENY"
X-Powered-By00-3X-Powered-By header not sentHeader unset "X-Powered-By"
X-AspNet-Version00-1X-AspNet-Version header not sent
X-AspNetMvc-Version00-1X-AspNetMvc-Version header not sent
Server Header00-2Server header sent, with general, non-specific value cloudflareServerTokens Prod
Cross-Origin Resource Sharing00-15CORS header not implemented
DNSSEC (DNS Security Extensions)00-5Domain is signed with a valid signature
IPv6 Reachability00-5Nameservers not available
SPF (Sender Policy Framework)00-10No MX records associated with this hostname
DMARC (Domain-based Message Authentication, Reporting, and Confidence)00-10No MX records associated with this hostname

Cookies

Although cookies collectively may result in a deduction of more than 20 points, we will only deduct at most 7 points for each cookie and 20 points for all cookies.

Slightly more lenient grading is applied to certain cookies used by CDNs for CDN-specific purposes.

Due to recent browser changes, you may experience inconsistent behavior if you do not use SameSite=Lax or SameSite=Secure — some browsers now interpret the lack of a SameSite setting as Lax instead of None, which may potentially break your application. Furthermore, the None value is incompatible with some browsers, meaning your cookies will not work at all in those browsers. Ideally, you should refine your website so that you can use SameSite=Lax (or SameSite=Strict) — however, this may require serious planning (strengthening your SameSite security can severely break your website!)

Content Security Policy

DirectivePassScoreMaxMinReasonCurrentRecommended BaselineMore
default-src-10-1Default policy too permissive''none'
script-src00-4JavaScript sources restricted but potentially permissively* ''self'
style-src00-4CSS sources restricted but potentially permissively* ''self'
font-src00-2Font sources restricted but potentially permissively* data:'self'🛈
base-uri-10-1Use of the <base> tag should be restricted''none'
frame-ancestors-10-3Site vulnerable to clickjacking attacksnone'none'
form-action000Form targets potentially permissive, but this directive may not be appropriate*🛈
plugin-types000CSP doesn't contain deprecated directiveapplication/pdf
object-src00-1<object>, <embed>, and <applet> sources restricted but potentially permissively''none'
child-src00-1Web workers and nested browsing contexts sources restricted but potentially permissively''none'
frame-src00-1Frames restricted but potentially permissively''none'
img-src00-1Image sources restricted but potentially permissively* data: blob:https: data:
worker-src00-1Worker, SharedWorker, and ServiceWorker scripts restricted but potentially permissively''none'
manifest-src00-1Manifest sources restricted but potentially permissively''none'
media-src00-1Media sources restricted but potentially permissively* data: blob:'self'
connect-src-10-1Script interface URL (e.g. XHR, WS) sources not sufficiently restricted*'self'🛈
report-uri00-1Needed for CSP reporting in CSP version 2https://<https://<your-endpoint>.report-uri.com/r/d/csp/enforce
report-to000Needed for CSP reporting in CSP version 3defaultdefault

Raw Headers

dateMon, 18 May 2026 02:07:56 GMT
content-typetext/html; charset=UTF-8
cache-controlno-store, no-cache, must-revalidate,no-store, no-cache, must-revalidate
content-security-policydefault-src 'none'; base-uri 'none'; frame-ancestors 'none'; child-src 'none'; frame-src 'none'; worker-src 'none'; manifest-src 'none'; object-src 'none'; script-src * 'unsafe-inline' 'unsafe-eval' data: blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; media-src * data: blob:; connect-src *; form-action *; report-uri https://<your-endpoint>.report-uri.com/r/d/csp/enforce; report-to default; frame-ancestors none;
expiresThu, 19 Nov 1981 08:52:00 GMT
pragmano-cache
servercloudflare
set-cookiePHPSESSID=7acf63fee82dc7d9244c91189da8f798; path=/
strict-transport-securitymax-age=31536000; includeSubDomains; preload
x-content-type-optionsnosniff
x-frame-optionsDENY
nel{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-xss-protection1; mode=block
report-to{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=i1EREIMktou7yBTK96uIsq4h%2F6%2B351e4vrE2PbHtnB6cJiID0L%2FoMcbpKE%2BgEeOld9jCTQqd%2Ftli6vMNWcqDjkYrC8mWh7mqf0zZ%2FLIoLXyAuR535yOi95hXKh0ABZnNcU4bvPtAv6IGSfk%3D"}]}
cf-cache-statusDYNAMIC
cf-ray9fd74fa89bbfcc98-EWR
alt-svch3=":443"; ma=86400

Test History

Results hidden from public stats are not shown here.

1 day ago92
1 day ago92
1 day ago89
1 day ago87
1 day ago57

Back to Top

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.