Security Report Summary
C
Site: https://next.me/
IP Address: 23.216.149.143
Report Time: 26 Apr 2024 00:38:48 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
content-typetext/html; charset=utf-8
etag"i21j6kl9hx1q2g"
x-content-type-optionsnosniff
x-frame-optionsDENY
x-nextjs-cacheSTALE
x-akamai-transformed9 16143 0 pmb=mNONE,1mRUM,2
content-encodinggzip
cache-controlmax-age=276, s-maxage=5
expiresFri, 26 Apr 2024 00:43:24 GMT
dateFri, 26 Apr 2024 00:38:48 GMT
content-length19716
varyAccept-Encoding
set-cookienextme=nextmecookie; path=/; Secure; HTTPOnly; SameSite=Lax; Domain=.next.me
set-cookieAKA_A2=A; expires=Fri, 26-Apr-2024 01:38:48 GMT; path=/; domain=me; secure; HttpOnly
server-timingcdn-cache; desc=REVALIDATE
server-timingedge; dur=235
server-timingorigin; dur=65
x-akam-sw-version0.5.0
link<https://next.me/_/assets/fonts/BradescoSans-Light.woff>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/fonts/BradescoSans-SemiBold.woff>;rel="preload";as="font";type="font/woff";crossorigin
link<https://next.me/_/assets/icons/NextBrandIcons.woff>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/fonts/BradescoSans-ExtraBoldItalic.woff>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/icons/NextBrandIcons.woff?apvip7>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/fonts/BradescoSans-Bold.woff>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/icons/NextSystemIcons.woff?apvip7>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/icons/NextBrandIcons.ttf>;rel="preload";as="font";type="font/ttf";crossorigin,<https://next.me/_/assets/fonts/BradescoSans-Medium.woff>;rel="preload";as="font";type="font/woff";crossorigin,<https://next.me/_/assets/icons/NextSystemIcons.ttf>;rel="preload";as="font";type="font/ttf";crossorigin,<https://next.me/_/assets/fonts/BradescoSans-Regular.woff>;rel="preload";as="font";type="font/woff";crossorigin
link<https://www.googletagmanager.com>;rel="preconnect",<https://static.ads-twitter.com>;rel="preconnect",<https://s.pinimg.com>;rel="preconnect",<https://connect.facebook.net>;rel="preconnect",<https://analytics.tiktok.com>;rel="preconnect",<https://www.google-analytics.com>;rel="preconnect",<https://s.yimg.com>;rel="preconnect",<https://www.youtube.com>;rel="preconnect"
strict-transport-securitymax-age=31536000 ; includeSubDomains
x-xss-protection1; mode=block
server-timingak_p; desc="1714091928160_400069775_1171057280_30035_11016_4_3_15";dur=1
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-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
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-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.
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.