# Trusted Script Sources

On 1st March 2026, Microsoft will begin to enforce Content Security Policy in SharePoint Online.

This affects all customers who installed ListBurst Charts before September 15, 2025.

There are currently browser warnings within SharePoint Pages which indicate whether or not this will affect your pages containing ListBurst Charts, which appear as follows and reference the "**gstatic.com**" domain:

<figure><img src="/files/NtByqroHXecXwzXrk6ni" alt=""><figcaption></figcaption></figure>

To resolve this issue, you must perform **one** of the following actions;

* Add the Trusted Script sources to your SharePoint Admin Center (recommended)
* Remove ListBurst Charts from your App Catalog and re-install as per the [Installation (Manual)](/getting-started/introduction.md) steps
* Delay the enforcement of Content Security Policy via Powershell: <https://learn.microsoft.com/en-us/sharepoint/dev/spfx/content-securty-policy-trusted-script-sources>

### Updating Trusted Script Sources

Updating Trusted Script Sources is easy.

1. Navigate to the SharePoint Admin Center, at *mycompany-admin.sharepoint.com*
2. Select **Advanced > Script sources**
3. Click **Add source** and enter *<https://www.gstatic.com/charts/>*
4. Click **Add**
5. Click Add source and enter *<https://www.gstatic.com/charts/51/>*
6. Click **Add**

You may now wish to open a SharePoint Page containing a ListBurst Chart to validate that the warning no longer appears.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.listburst.app/releases/trusted-script-sources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
