Security Report Summary
C
Site: https://www.behance.net/jabsdesjabsdes
IP Address: 151.101.193.197
Report Time: 10 Jun 2026 08:31:20 UTC
Headers:
  • X-Content-Type-Options
  • X-Frame-Options
  • Strict-Transport-Security
  • Content-Security-Policy
  • Referrer-Policy
  • Permissions-Policy
Advanced:
Not bad… Maybe you should perform a deeper security analysis of your website and APIs:
Missing Headers
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/2200
last-modifiedWed, 10 Jun 2026 08:31:19 +0000
content-typetext/html; charset=utf-8
serveradobe
x-content-type-optionsnosniff
x-xss-protection1; mode=block
x-page-nameProfile
x-content-security-policy-report-onlyconnect-src *;frame-src *;img-src https: data: blob: about: safari-extension: safari-resource: chrome-extension: http://*.rackcdn.com http://*.tumblr.com http://huaban.com;worker-src https: blob:;script-src https: 'unsafe-eval' 'unsafe-inline'; report-uri /log/csp
content-security-policy-report-onlyconnect-src *;frame-src *;img-src https: data: blob: about: safari-extension: safari-resource: chrome-extension: http://*.rackcdn.com http://*.tumblr.com http://huaban.com;worker-src https: blob:;script-src https: 'unsafe-eval' 'unsafe-inline'; report-uri /log/csp
x-served-fromFlex
content-encodinggzip
content-languageen
x-frame-optionsSAMEORIGIN
strict-transport-securitymax-age=31536000
x-trace-idc7e0ce4b-ba56-491f-a510-6441fe763d33
via1.1 varnish, 1.1 varnish
accept-rangesbytes
dateWed, 10 Jun 2026 08:31:20 GMT
age0
cross-origin-opener-policysame-origin-allow-popups
set-cookiegk_suid=77985497; max-age=31536000; secure; path=/; httponly
set-cookiegki=; max-age=31536000; path=/; secure; httponly
cache-controlno-store
x-last-60s-hits1
x-served-bycache-iad-kcgs7200151-IAD, cache-iad-kcgs7200151-IAD, cache-dub4343-DUB
x-cacheMISS, MISS, MISS
x-cache-hits0, 0, 0
x-timerS1781080279.334178,VS0,VE721
varyAccept-Encoding,X-Requested-With, Accept, X-Gki, X-Recent-Items, X-Gki-Aug, Accept-Language
alt-svch3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length101628
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
x-content-type-optionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
x-xss-protectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.
content-security-policy-report-onlyContent Security Policy Report Only is used to test a Content Security Policy before making it live. The browser will report on actions that would have been taken based on the policy. Analyse this policy in more detail. You can sign up for a free account on Report URI to collect reports about problems on your site.
x-frame-optionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
strict-transport-securityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
cross-origin-opener-policyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.