Skip to content
https://oasis-open.org

Security

· 13 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
0
Checks
13
6 PASS 3 REVIEW 4 FIX
D
Content Security Policy
Action
6 of 10 CSP checks passed
FIX
6 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; frame-ancestors 'self' https://*.oasis-open.org; base-uri 'self'; form-action *; upgrade-insecure-requests;
Info::
default-src directive is set
Got: default-src * data: blob: 'unsafe-inline' 'unsafe-eval'
Critical::
'unsafe-inline' found in script source
'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
Got: script-src * data: blob: 'unsafe-inline' 'unsafe-eval'
Critical::
'unsafe-eval' found in script source
'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
Got: script-src * data: blob: 'unsafe-inline' 'unsafe-eval'
Critical::
Wildcard '*' found in script source
A wildcard allows scripts from any origin, making CSP ineffective against XSS. Restrict to specific trusted origins.
Got: script-src * data: blob: 'unsafe-inline' 'unsafe-eval'
Info::
object-src falls back to default-src
Info::
base-uri is properly restricted
Got: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'self' https://*.oasis-open.org
Info::
form-action directive is set
Got: form-action *
Info::
upgrade-insecure-requests is enabled

'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

A wildcard allows scripts from any origin, making CSP ineffective against XSS. Restrict to specific trusted origins.

Why this matters

script-src * defeats the entire point of CSP — any host can load scripts on your page.

Learn more

A wildcard in script-src (or its absence with no default-src) lets any origin host scripts your page will execute. The CSP header is present but provides no XSS protection. Replace with an explicit allowlist (your own domain plus specific CDN hosts) or use nonces/hashes for inline scripts.

Source: MDN CSP / OWASP

Parsed Policy

default-src *data:blob:'unsafe-inline''unsafe-eval'
script-src *data:blob:'unsafe-inline''unsafe-eval'
style-src *data:blob:'unsafe-inline'
img-src *data:blob:
font-src *data:
connect-src *
frame-ancestors 'self'https://*.oasis-open.org
base-uri 'self'
form-action *
upgrade-insecure-requests
F
Subresource Integrity
Action
0 of 42 external resources have SRI
FIX
0 of 42 external resources have SRI
Warning::
External script from count-server.sharethis.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://count-server.sharethis.com/v2.0/get_counts?cb=window.__sharethis__.cb&url=https%3A%2F%2Fwww.oasis-open.org%2F
Warning::
External script from www.google-analytics.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.google-analytics.com/analytics.js
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=GT-W62J3VD&cx=c&gtm=4e64k1
Warning::
External script from buttons-config.sharethis.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://buttons-config.sharethis.com/js/6449816e7cd8060012f2aa97.js
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/assets/library/fontawesome/css/all.min.css?ver=5.12.0
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/assets/library/wpness-grid/wpness-grid.css?ver=1.0.0
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/assets/library/animatecss/animate.min.css?ver=3.7.2
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/components/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/preferences/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/patterns/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dist/editor/style.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/dist/blocks.style.build.css?ver=3.5.1
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/css/save-as-pdf-pdfcrowd-public.css?ver=4.5.6
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/css/save-as-pdf-pdfcrowd-indicators.css?ver=4.5.6
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/css/save-as-pdf-pdfcrowd-components.css?ver=4.5.6
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/sharethis-share-buttons/css/mu-style.css?ver=1776139213
Warning::
External link from fonts.googleapis.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://fonts.googleapis.com/css2?family=Poppins%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700&subset=latin-ext&display=swap&ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/css/dashicons.min.css?ver=6.9.4
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/themes/oasis-2020/build/./style-8842b748cf3b4c126a56.css
Warning::
External link from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.oasis-open.org/wp-content/uploads/pum/pum-site-styles.css?generated=1756394707&ver=1.22.0
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/underscore.min.js?ver=1.13.7
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/js/save-as-pdf-pdfcrowd-public.js?ver=4.5.6
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/js/save-as-pdf-pdfcrowd-indicators.js?ver=4.5.6
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/save-as-pdf-by-pdfcrowd/public/js/save-as-pdf-pdfcrowd-components.js?ver=4.5.6
Warning::
External script from platform-api.sharethis.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //platform-api.sharethis.com/js/sharethis.js?ver=2.3.8#property=6449816e7cd8060012f2aa97&product=inline-buttons&source=sharethis-share-buttons-wordpress
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=GT-W62J3VD
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/assets/library/wow/wow.min.js?ver=1.2.1
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/themes/oasis-2020/build/./frontend-96934effb79b67041666.js
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=UA-35180637-1&ver=6.9.4
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.oasis-open.org/wp-content/uploads/pum/pum-site-scripts.js?defer&generated=1756394707&ver=1.22.0
Warning::
External script from www.oasis-open.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.oasis-open.org/wp-content/plugins/gutentor/assets/js/gutentor.js?ver=3.5.1
SRI Coverage 0 / 42 of external resources have integrity hashes
TagDomainIntegrity
<script>count-server.sharethis.com Missing
<script>www.google-analytics.com Missing
<script>www.googletagmanager.com Missing
<script>buttons-config.sharethis.com Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>fonts.googleapis.com Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<link>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>platform-api.sharethis.com Missing
<script>www.googletagmanager.com Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.googletagmanager.com Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
<script>www.oasis-open.org Missing
D
Email Security
Action
DMARC: none
FIX
DMARC: none
Warning::
DMARC policy is none — monitoring only
This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.
DMARC
Policy none — monitoring only, does not block spoofing Record v=DMARC1; p=none; rua=mailto:huo2f1isob@rua.powerdmarc.com; ruf=mailto:huo2f1isob@ruf.powerdmarc.com; fo=1;

This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

Why this matters

DMARC p=none collects reports but doesn't actually block spoofed mail — phishing emails still reach inboxes.

Learn more

DMARC's three policies are p=none (monitor only), p=quarantine (mark as spam), and p=reject (bounce). Most domains start at p=none to gather data, but stay there forever, leaving spoofers unblocked. After 30 days of clean DMARC reports, graduate to p=quarantine, then p=reject.

Source: DMARC.org / NIST

D
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

No security.txt found at /.well-known/security.txt

C
Security Headers
Action
7 of 10 headers properly configured
REVIEW
7 of 10 headers properly configured
Critical::
HSTS header is missing
Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
Expected: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: SAMEORIGIN
Info::
Referrer-Policy is properly configured
Got: strict-origin-when-cross-origin
Info::
Permissions-Policy is set
Got: camera=(), microphone=(), geolocation=(), payment=(), usb=(), magnetometer=(), gyroscope=(), accelerometer=()
Info::
Content-Security-Policy is present
Got: default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; script-src * data: blob…
Warning::
Cross-Origin-Opener-Policy header is missing
COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
Expected: same-origin
Warning::
Cross-Origin-Embedder-Policy header is missing
COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
Expected: require-corp
Info::
X-Powered-By header is not present
Info::
Server header is present without version info
Got: cloudflare

Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.

Expected: max-age=31536000; includeSubDomains
Why this matters

Without HSTS, a network attacker can downgrade the very first connection to HTTP and steal the user's session.

Learn more

HSTS tells browsers 'never speak HTTP to this domain again.' Without it, a network attacker (public WiFi, malicious ISP, hostile DNS) intercepts the first HTTP attempt and serves a downgraded version of your site. One header, big surface reduction.

Source: RFC 6797 / OWASP

COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.

Expected: same-origin
Why this matters

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Learn more

Cross-Origin-Opener-Policy: same-origin prevents cross-origin pages from sharing a browsing-context group with yours. This blocks cross-window references that enable Spectre-style timing attacks and tab-nabbing. Required if you want to enable SharedArrayBuffer.

Source: MDN / web.dev

COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.

Expected: require-corp
Why this matters

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Learn more

Cross-Origin-Embedder-Policy: require-corp ensures every embedded resource (script, iframe, image) explicitly allows being loaded cross-origin. Combined with COOP, this enables the cross-origin-isolated context that unlocks SharedArrayBuffer, high-resolution timers, and other powerful APIs.

Source: MDN / web.dev

B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
C
Known vulnerability matches
Action
3 known vulnerability match(es) against detected tech
REVIEW

Known Vulnerabilities

LibraryVersionSeveritySummaryFixed In
Lodash4.17.20highCommand Injection in lodash4.17.21
Lodash4.17.20mediumRegular Expression Denial of Service (ReDoS) in lodash4.17.21
Lodash4.17.20medium### Impact Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the `_.unset` and `_.omit` functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. The issue permits deletion of properties but does not allow overwriting their original behavior. ### Patches This issue is patched on 4.17.23.4.17.23
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_128_GCM_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 30 days)
Got: 2026-05-23T05:05:57Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA384
Info::
Certificate covers 1 domain(s)
Got: oasis-open.org
Info::
Certificate is issued by a trusted CA
Got: CN=E7,O=Let's Encrypt,C=US

HTTP/2 provides multiplexing and header compression for better performance.

Why this matters

HTTP/1.1 forces the browser to make sequential requests, multiplying latency on every page.

Learn more

HTTP/2 (and HTTP/3) multiplex many requests over a single connection, eliminating head-of-line blocking. HTTP/1.1 forces the browser to either queue requests or open many parallel connections — both worse. Most modern web servers support HTTP/2 with one config line.

Source: MDN Web Docs

Connection
Protocol
TLS 1.3
Cipher Suite
TLS_AES_128_GCM_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=oasis-open.orgIssuer CN=E7,O=Let's Encrypt,C=USValid 2026-02-22T05:05:58Z → 2026-05-23T05:05:57ZExpires in 30 days SANs oasis-open.orgSignature ECDSA-SHA384Serial 54107fb65f7ce4eda308f981e5daff5100c
Intermediate (CA Certificate)
Subject CN=E7,O=Let's Encrypt,C=USIssuer CN=ISRG Root X1,O=Internet Security Research Group,C=USValid 2024-03-13T00:00:00Z → 2027-03-12T23:59:59ZExpires in 324 days Signature SHA256-RSASerial aa75f1e62b8f0a220966d38bbfd4baa1
A+
Cookie Security
No cookies set — no cookie security risks
PASS
No cookies set — no cookie security risks
Info::
No cookies set — no cookie security risks

No cookies detected — no cookie security risks to report.

A+
JS Library Vulnerabilities
No known vulnerabilities
PASS
No known vulnerabilities
Info::
No known JavaScript library vulnerabilities detected

No known JavaScript library vulnerabilities detected.

A+
Information Leakage
No exposures
PASS
No exposures
Info::
No security.txt found
Consider adding a security.txt at /.well-known/security.txt.
Info::
No sensitive files exposed

No sensitive files exposed — all paths returned 404.

PathStatusCategoryRisk
/.git/HEAD Not foundVersion Control
/.git/config Not foundVersion Control
/.svn/entries Not foundVersion Control
/.env Not foundConfiguration
/.env.local Not foundConfiguration
/.env.production Not foundConfiguration
/wp-config.php Not foundConfiguration
/.htaccess Not foundConfiguration
/phpinfo.php Not foundDebug
/server-status Not foundDebug
/server-info Not foundDebug
/.well-known/security.txt Not foundSecurity Policy
A+
Permissions-Policy
8 directives, 0 missing
PASS
8 directives, 0 missing
Info::
camera=() — blocked for all origins
Info::
microphone=() — blocked for all origins
Info::
geolocation=() — blocked for all origins
Info::
payment=() — blocked for all origins
Info::
usb=() — blocked for all origins
Info::
magnetometer=() — blocked for all origins
Info::
gyroscope=() — blocked for all origins
Info::
accelerometer=() — blocked for all origins

Raw Header

camera=() microphone=() geolocation=() payment=() usb=() magnetometer=() gyroscope=() accelerometer=()

Feature Permissions

Blocked Self Only Unrestricted Not Set
camera Blocked
microphone Blocked
geolocation Blocked
payment Blocked
usb Blocked
magnetometer Blocked
gyroscope Blocked
accelerometer Blocked
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) supported
The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
Warning::
Missing Strict-Transport-Security header
HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback