Manage workspace security headers
As an admin user, you can manage which security headers are sent to prevent attacks on your workspace as follows:
Go to the admin settings page.
Click the Workspace Settings tab.
Go to the Advanced section.
Manage third-party iFraming prevention
To prevent third-party domains from iFraming Databricks, you can enable and disable sending the X-Frame-Options: sameorigin
response header. Third-party iFraming prevention is enabled by default.
In the Advanced section, click the Third-party iFraming prevention toggle.
Manage MIME type sniffing prevention
To instructs browsers not to perform MIME type sniffing, you can enable and disable sending the X-Content-Type-Options: nosniff
response header. MIME type sniffing prevention is enabled by default.
In the Advanced section, click the MIME type sniffing prevention toggle.
Manage XSS attack page rendering prevention
To instruct browsers to prevent page rendering if an attack is detected, you can enable and disable sending the X-XSS-Protection: 1; mode=block
response header. XSS attack page rendering prevention is enabled by default.
In the Advanced section, click the XSS attack page rendering prevention toggle.