Security Report Summary
A
Site: https://www.mapillary.com/
IP Address: 2a03:2880:f031:12:face:b00c:0:2
Report Time: 20 Apr 2024 12:35:58 UTC
Headers:
  • Content-Security-Policy
  • Permissions-Policy
  • X-Content-Type-Options
  • X-Frame-Options
  • Strict-Transport-Security
  • Referrer-Policy
Warning: Grade capped at A, please see warnings below.
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
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.
Warnings
Content-Security-PolicyThis policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Permissions-PolicyWe detected an invalid directive, " attribution-reporting". We detected an invalid directive, " ch-device-memory". We detected an invalid directive, " ch-downlink". We detected an invalid directive, " ch-ect". We detected an invalid directive, " ch-rtt". We detected an invalid directive, " ch-ua-arch". We detected an invalid directive, " ch-ua-bitness". We detected an invalid directive, " ch-viewport-height". We detected an invalid directive, " otp-credentials". We detected an invalid directive, " window-management".
Raw Headers
HTTP/2200
varyAccept-Encoding
content-encodinggzip
reporting-endpointscoop_report="https://www.facebook.com/browser_reporting/coop/?minimize=0", coep_report="https://www.facebook.com/browser_reporting/coep/?minimize=0", permissions_policy="https://www.facebook.com/ajax/browser_error_reports/"
report-to{"max_age":2592000,"endpoints":[{"url":"https:\/\/www.facebook.com\/browser_reporting\/coop\/?minimize=0"}],"group":"coop_report","include_subdomains":true}, {"max_age":86400,"endpoints":[{"url":"https:\/\/www.facebook.com\/browser_reporting\/coep\/?minimize=0"}],"group":"coep_report"}, {"max_age":21600,"endpoints":[{"url":"https:\/\/www.facebook.com\/ajax\/browser_error_reports\/"}],"group":"permissions_policy"}
content-security-policydefault-src 'self' data: blob: https://*.fbcdn.net https://*.facebook.com https://*.mapillary.com;script-src 'unsafe-inline' 'unsafe-eval' 'self' https://*.fbcdn.net https://*.facebook.com https://www.googletagmanager.com/gtag/js;style-src 'self' 'unsafe-inline' https://*.facebook.com https://*.fbcdn.net;connect-src 'self' https://*.fbcdn.net https://*.facebook.com https://*.mapillary.com https://*.openstreetmap.org https://*.arcgis.com/ https://analytics.google.com https://*.analytics.google.com https://*.google-analytics.com https://*.googletagmanager.com;font-src 'self' data: https://*.facebook.com https://*.fbcdn.net;img-src 'self' data: blob: https://*.fbcdn.net https://*.facebook.com https://*.mapillary.com https://*.google-analytics.com https://*.googletagmanager.com;media-src 'self' https://*.facebook.com https://*.fbcdn.net https://*.mapillary.com;frame-src 'self' blob: https://*.mapillary.com https://*.youtube.com;worker-src 'self' blob: https://www.googletagmanager.com/gtag/js;
document-policyforce-load-at-top
permissions-policyaccelerometer=(), attribution-reporting=(), autoplay=(), bluetooth=(), camera=(), ch-device-memory=(), ch-downlink=(), ch-dpr=(), ch-ect=(), ch-rtt=(), ch-save-data=(), ch-ua-arch=(), ch-ua-bitness=(), ch-viewport-height=(), ch-viewport-width=(), ch-width=(), clipboard-read=(), clipboard-write=(), display-capture=(), encrypted-media=(), fullscreen=(self), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), keyboard-map=(), local-fonts=(), magnetometer=(), microphone=(), midi=(), otp-credentials=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), window-management=(), xr-spatial-tracking=();report-to="permissions_policy"
cross-origin-resource-policysame-origin
cross-origin-embedder-policy-report-onlyrequire-corp;report-to="coep_report"
cross-origin-opener-policysame-origin-allow-popups;report-to="coop_report"
pragmano-cache
cache-controlprivate, no-cache, no-store, must-revalidate
expiresSat, 01 Jan 2000 00:00:00 GMT
x-content-type-optionsnosniff
x-xss-protection0
x-frame-optionsDENY
strict-transport-securitymax-age=31536000; preload; includeSubDomains
content-typetext/html; charset="utf-8"
x-fb-debugAp9SX+xrSZMcIrDCrvGz7j1dmkwwd55o/Cpynh9oQbabXFAyj+QuraU6pkjFsUk2KOzb0RaPMtXfGjaO3TYzvw==
dateSat, 20 Apr 2024 12:35:58 GMT
x-fb-connection-qualityEXCELLENT; q=0.9, rtt=1, rtx=0, c=10, mss=1380, tbw=3783, tp=-1, tpl=-1, uplat=349, ullat=0
alt-svch3=":443"; ma=86400
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.
Additional Information
report-toReport-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports.
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. 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.
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
cross-origin-resource-policyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
cross-origin-embedder-policy-report-onlyCross-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.
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.
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.