Security Report Summary
C
Site: https://www.marktplaats.nl/
IP Address: 18.155.192.47
Report Time: 30 Apr 2024 23:09:08 UTC
Headers:
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • 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
dateTue, 30 Apr 2024 23:09:07 GMT
serverrhino-core-shield
set-cookieroute_65096237_fb4d_4561_b305_7b204b0db8cf=ceeff8e0ed3927e76e402e16a08c674f; Path=/
cache-controlno-store, no-cache, must-revalidate, proxy-revalidate
content-encodinggzip
expires0
link<//cdn.ebayclassifieds.net/bff/static/vendor/normalize.css/normalize.51aab41e.css>; rel=preload; as=style, <//cdn.ebayclassifieds.net/bff/static/vendor/hz-web-ui/mp/Index.b6f13af8.css>; rel=preload; as=style, <//cdn.ebayclassifieds.net/bff/static/vendor/hz-web-ui/mp/Fonts.af97ee0f.css>; rel=preload; as=style, <//cdn.ebayclassifieds.net/bff/static/css/homepage.mp.nlnl.16c48cf7.css>; rel=preload; as=style, <//cdn.ebayclassifieds.net/bff/static/js/homepage.mp.nlnl.027551d2.js>; rel=preload; as=script, <//cdn.ebayclassifieds.net/bff/static/js/vendorsDll.3907440c.js>; rel=preload; as=script, <//cdn.ebayclassifieds.net/bff/static/js/runtime.mp.5fc10243.js>; rel=preload; as=script, <//cdn.ebayclassifieds.net/bff/static/vendor/hz-web-ui/mp/fonts/Roboto/Roboto-Regular.woff2>; rel=preload; as=font; crossorigin=anonymous, <//cdn.ebayclassifieds.net/bff/static/vendor/hz-web-ui/mp/fonts/Roboto/Roboto-Medium.woff2>; rel=preload; as=font; crossorigin=anonymous, <//cdn.ebayclassifieds.net/bff/static/vendor/hz-web-ui/mp/fonts/BreeSerif/BreeSerif-Regular.woff2>; rel=preload; as=font; crossorigin=anonymous
link</hp/api/feed-items?feedType=POPULAR&page=0>; rel=preload; as=fetch
pragmano-cache
set-cookieMpSession=141e4fab-d7fc-4914-b286-6e3d22ed1c74; Domain=.marktplaats.nl; Path=/; HttpOnly
set-cookieluckynumber=765673331; Domain=.marktplaats.nl; Path=/; Expires=Wed, 30 Apr 2025 23:09:07 GMT; HttpOnly
set-cookieMpTCString=; Domain=.marktplaats.nl; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT
set-cookieMpConsentState=; Domain=.marktplaats.nl; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT
set-cookieconsentUUID=; Domain=.marktplaats.nl; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT
set-cookieBNL19446_VISITED=true; Domain=.marktplaats.nl; Path=/; Expires=Wed, 30 Apr 2025 23:09:07 GMT
strict-transport-securitymax-age=31536000; includeSubDomains; preload
surrogate-controlno-store
varyAccept-Encoding
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-xss-protection1; mode=block
x-cacheMiss from cloudfront
via1.1 3b0761aae148df2a0aa43b804d13c402.cloudfront.net (CloudFront)
x-amz-cf-popSFO53-P1
x-amz-cf-id8mjHy9Z_SDnDdV54BwZDuxEnDzjtmCZfjPAdbfZEFwS9XsfK50Jbgg==
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
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
set-cookieThe 'secure' flag is not set on this cookie. There is no Cookie Prefix on this cookie. This is not a SameSite Cookie.
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-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.
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.