Skip to content
https://gitee.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
69
GRADE
D
FIX
4
REVIEW
4
PASS
4
INFO
0
Checks
12
4 PASS 4 REVIEW 4 FIX
F
Security Headers
Action
3 of 10 headers properly configured
FIX
3 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
Warning::
X-Content-Type-Options header is missing
This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
Expected: nosniff
Info::
X-Frame-Options is properly configured
Got: SAMEORIGIN
Warning::
Referrer-Policy header is missing
Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
Expected: strict-origin-when-cross-origin
Warning::
Permissions-Policy header is missing
Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
Expected: geolocation=(), camera=(), microphone=()
Info::
Content-Security-Policy is present
Got: frame-ancestors 'self' https://*.gitee.com
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
Warning::
Server header reveals version information
The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.
Got: ADAS/1.0.214

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

This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.

Expected: nosniff
Why this matters

MIME sniffing lets browsers run uploaded files as JavaScript, turning a file upload into an XSS.

Learn more

Setting X-Content-Type-Options: nosniff tells browsers to trust your declared Content-Type instead of guessing. Without it, an attacker who uploads a polyglot file can sometimes get it executed as a script. One header, no downside.

Source: OWASP / MDN

Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.

Expected: strict-origin-when-cross-origin
Why this matters

Default browser behavior leaks full URLs (including query params and tokens) to every third-party resource — set a strict policy.

Learn more

Without a Referrer-Policy header, browsers send the full referring URL with images, scripts, and fonts loaded from third-party origins. URLs containing tokens, user IDs, or session params end up in third-party logs. Set `Referrer-Policy: strict-origin-when-cross-origin` (or stricter) to limit leakage.

Source: MDN / W3C

Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.

Expected: geolocation=(), camera=(), microphone=()
Why this matters

Permissions-Policy locks down browser APIs you don't use — without it, every page can request camera/mic/geolocation if XSS lands.

Learn more

By default every page can request the camera, microphone, geolocation, payment APIs, and dozens more. Permissions-Policy turns off the ones you don't need so a future bug can't quietly start using them. It's a defense-in-depth header — one line, big surface reduction.

Source: MDN / W3C

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

The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.

Why this matters

Server: nginx/1.18.0 tells attackers exactly which CVEs to test — strip the version string.

Learn more

Server version disclosure helps attackers select exploits matching your stack. Configure your server to omit the version (nginx: `server_tokens off;`, Apache: `ServerTokens Prod`). Doesn't fix vulnerabilities but removes the easy reconnaissance step.

Source: OWASP

F
Subresource Integrity
Action
0 of 93 external resources have SRI
FIX
0 of 93 external resources have SRI
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/3c9c278a0b76ace2.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/9b9df991eb7e6765.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/1be2909687a7a176.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/a8084449ccf4be4a.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/ad7cce93236c9541.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/cf4873f383a30ebc.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/14f44a91e6676dbb.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/033ce37d4c2e37d4.css
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/68dd6e6724eac28d.css
Warning::
External script from hmcdn.baidu.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://hmcdn.baidu.com/static/tongji/plugins/UrlChangeTracker.js
Warning::
External script from hm.baidu.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://hm.baidu.com/hm.js?24f17767262929947cc3631f99bfd274
Warning::
External script from material.weiling.cn lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://material.weiling.cn/h5/willing-third-party-js/v1/form-custom-comp-v1.min.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/bf3cb605bdc30b02.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/4c79a9ee09c1b52c.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/48051950a23632b9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2bb21035fe21ddf0.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2728f49d07ca6507.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/7736acf95757b6fa.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/c636ab3eb6f56baa.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/5ba206688bc2d013.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2576416008ff6826.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2ddabc08954ef398.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/074798a97fcfb07a.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/74275d8981f0fbc3.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/0e1dc90aa39aa3b8.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/3a0887123c6148a6.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/d3363874d9a051ee.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/7be27b78ea525d77.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/abe5ff40f70c0453.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/5b02287e2ac96e81.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/d083dd08af07beb0.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/b9ba2601f8daa7c7.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/71db63300dd69550.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/7b077d327822ff3f.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/dd46d1911fa75ca7.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/a1b7042511694e2e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/e99f6ea9c4eac14a.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/5cecb04e066e7f1e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/8be7b02cbb72a339.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/63c21f0ad7b8f4cb.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/00869ba2ad1ceab3.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/471aac8eb9d755fd.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/1b845f60a9cc463e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/turbopack-b9531aaf133ac105.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/540c172c6dfbfbb9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/41ae60b53176ceb6.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/fd8f178771d7133a.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/62326d0c46768710.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/f7f289839e0abf9a.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/6a26396959feed03.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/4c53b8624f4f5bcb.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/9d6aad6432f42b96.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/8cad97239913534e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/4a97229f774556d6.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/21334ff01682e78d.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/74d31218c18f3bf9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2a7ded51851ba658.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/d58bb5b9f36fc828.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/abaeb5d822c8412b.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/6b2241bd7484ebef.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/6bbc311576bf9165.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/31bed82ce3a7f4ba.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/f280bc2a77fd5ca9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/2d1ffd2d8db5b70f.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/1b7bdd9c16bfebe8.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/8a5224db010fae2e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/02aca06c2980b84e.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/606d567421760df8.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/b9919c0b7f155a40.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/5c2dc49a5247aefb.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/turbopack-a4380f82cdccaf29.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/v0.16.4-community/_ssgManifest.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/v0.16.4-community/_buildManifest.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/3ad86c839e8b83fd.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/92badde896745feb.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/a5b052d265a22f8f.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/09ade4bd5442590d.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/faadcb4b8d80c803.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/55ceaf7c132dd5ef.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/26804accbaa3d8e1.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/816bbc66a245d633.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/901bf81d822ec70c.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/4eea26b111f396bc.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/6a8a7c55424d1464.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/07cb0b0e495bf5f9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/7ff3074b0335b0ec.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/f227210fd3812fe5.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/b1dbc66d13dfe380.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/fad0ea238d20c5eb.js
Warning::
External link from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/39c78fb7fb0dba88.css
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/f381737f2de5ef9b.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/eddb920da2aeefa9.js
Warning::
External script from e-assets.gitee.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://e-assets.gitee.com/gitee-community-web/_next/static/chunks/ab1f2f4ce30ebfcf.js
SRI Coverage 0 / 93 of external resources have integrity hashes
TagDomainIntegrity
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<script>hmcdn.baidu.com Missing
<script>hm.baidu.com Missing
<script>material.weiling.cn Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<link>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
<script>e-assets.gitee.com Missing
D
Permissions-Policy
Action
No header set
FIX
No header set
Warning::
No Permissions-Policy header
Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

No Permissions-Policy header set.

Without this header, embedded iframes can request access to sensitive device features.

Suggested header
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=()
D
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

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

B
Content Security Policy
2 of 10 CSP checks passed
REVIEW
2 of 10 CSP checks passed
Info::
Raw CSP policy
Got: frame-ancestors 'self' https://*.gitee.com
Warning::
default-src directive is missing
default-src provides a fallback for other directives. Set it to restrict default resource loading.
Expected: default-src 'self'
Info::
No script-src or default-src to check for 'unsafe-inline'
Info::
No script-src or default-src to check for 'unsafe-eval'
Info::
No script-src or default-src to check for wildcard
Info::
object-src falls back to default-src
Warning::
base-uri directive is missing
Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
Expected: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'self' https://*.gitee.com
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is not set
This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
Expected: upgrade-insecure-requests

default-src provides a fallback for other directives. Set it to restrict default resource loading.

Expected: default-src 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.

Expected: base-uri 'self'
Why this matters

Missing base-uri in CSP leaves a base-tag injection attack path open even on otherwise strict policies.

Learn more

A common omission: developers add CSP for script-src and frame-ancestors but forget base-uri. The result is a CSP that looks strict but lets an attacker rewrite every URL on the page via <base href>. Add `base-uri 'self'` to close the gap.

Source: MDN CSP

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

Expected: upgrade-insecure-requests
Why this matters

Without upgrade-insecure-requests, any HTTP subresource link survives as a mixed-content warning instead of auto-upgrading.

Learn more

Adding `upgrade-insecure-requests` to your CSP turns every http:// subresource fetch into https:// at the browser layer. One-line defense against accidental mixed content from legacy links or third-party widgets.

Source: MDN CSP

Parsed Policy

frame-ancestors 'self'https://*.gitee.com
B
Cookie Security
1 cookies analyzed, 0 checks passed
REVIEW
1 cookies analyzed, 0 checks passed
Critical::
Cookie 'BEC' is missing the Secure flag
Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
Warning::
Cookie 'BEC' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Warning::
Cookie 'BEC' has no SameSite attribute
Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
1 cookies analyzed 1 critical 2 warnings
NameSecureHttpOnlySameSiteSizeIssues
BEC35 B3
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
B
Transport Security
HTTP/3, HSTS, and TLS version analysis
REVIEW
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) not advertised
HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
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)
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_256_GCM_SHA384
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 304 days)
Got: 2027-02-20T06:59:59Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 2 domain(s)
Got: *.gitee.com, gitee.com
Info::
Certificate is issued by a trusted CA
Got: CN=TrustAsia DV TLS RSA CA 2024,O=TrustAsia Technologies\, Inc.,C=CN

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_256_GCM_SHA384
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=*.gitee.comIssuer CN=TrustAsia DV TLS RSA CA 2024,O=TrustAsia Technologies\, Inc.,C=CNValid 2026-01-29T07:00:00Z → 2027-02-20T06:59:59ZExpires in 304 days SANs *.gitee.com, gitee.comSignature SHA256-RSASerial 7aad972026ddfe1e5e476d85464609969fbbd9fa
Intermediate (CA Certificate)
Subject CN=TrustAsia DV TLS RSA CA 2024,O=TrustAsia Technologies\, Inc.,C=CNIssuer CN=TrustAsia TLS RSA Root CA,O=TrustAsia Technologies\, Inc.,C=CNValid 2024-05-15T06:19:15Z → 2034-05-15T06:19:14ZExpires in 2945 days Signature SHA384-RSASerial 1c9e6b412deb0a85461de03dbe30984d0573888b
Intermediate (CA Certificate)
Subject CN=TrustAsia TLS RSA Root CA,O=TrustAsia Technologies\, Inc.,C=CNIssuer CN=Certum Trusted Network CA,OU=Certum Certification Authority,O=Unizeto Technologies S.A.,C=PLValid 2025-10-07T06:57:08Z → 2029-01-14T06:57:08ZExpires in 998 days Signature SHA384-RSASerial b2dc4c34932d709cd4bf0b099401695c
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
Email Security
DMARC: quarantine
PASS
DMARC: quarantine
Info::
DMARC policy is quarantine — good protection
DMARC
Policy quarantine — good protection Record v=DMARC1;p=quarantine;pct=50;rua=mailto:liminghua@oschina.cn;ruf=mailto:liminghua@oschina.cn
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback