Enabling Content-Security-Policy (CSP) Frame Ancestor Headers

September 26, 2024
  1. Open SQL Server Management Studio as an Administrator
  2. Connect to their host sql server instance and open a new query against the Cablecast40 database.
  3. Run the following command to enable the default CSP:Frame ancestor header. They can add additional domains to be allowed from the Cablecast UI after this is enabled.

MYSQL

1 2 Insert into Options (Name, Value) Values ('csp_headers_enabled','True')