You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/bucket-web/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If you are running with strict Content Security Policies active on your website,
48
48
| script-src-elem |https://cdn.jsdelivr.net| bootstrap | Loads the Bucket tracking SDK from a CDN |
49
49
| connect-src |https://tracking.bucket.co| tracking | Used for all tracking methods: `analytics.identify()`, `analytics.group()` and `analytics.track()`|
50
50
| connect-src |https://livemessaging.bucket.co| live satisfaction | Server sent events from the Bucket Live Feedback service, which allows for automatically collecting feedback when a user used a feature. |
51
-
| style-src | 'unsafe-inline' | feedback UI | The feedback UI is styled with inline script tags. Not having this directive results unstyled HTML elements. |
51
+
| style-src | 'unsafe-inline' | feedback UI | The feedback UI is styled with inline styles. Not having this directive results unstyled HTML elements.|
0 commit comments