Add Web Security - Trusted Sources

NOTE: For versions of Sitefinity without the Web Security Module, please follow the instructions provided here for configuring predefined security policies and HTTP response headers.
  1. In the Sitefinity Dashboard, navigate to Administration Settings Web Security, then click Edit next to "Content-Security-Policy" on the right-hand side of the page.
  2. Under Scripts, add the following URLs:

    https://code.jquery.com

    https://kendo.cdn.telerik.com

  3. Expand the Fonts, images, video and audio section.

    Under Images, add the following URLs:

    *.tile.openstreetmap.org

    https://kendo.cdn.telerik.com

  4. Expand the Forms, frames, child sources, connect sources, plugins section.

    Under Frames, add the following (assuming you have Power BI integrated):

    blob

    https://app.powerbi.com

    'self'
    https://www.google.com/ 

    Under Child sources, add the following:

    blob

    https://app.powerbi.com

    'self'
    https://www.google.com/ 

    Under Connect sources, add the following URLs:

    https://kendo.cdn.telerik.com
    https://netdna.bootstrapcdn.com

  5. Click on the Done button. The settings have been updated.