Skip to content

Commit 874f964

Browse files
author
Peter Brandt Müller
committed
bucket-web: fix incorrect csp-header documentation
1 parent 4906f41 commit 874f964

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/bucket-web

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/bucket-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you are running with strict Content Security Policies active on your website,
4848
| script-src-elem | https://cdn.jsdelivr.net | bootstrap | Loads the Bucket tracking SDK from a CDN |
4949
| connect-src | https://tracking.bucket.co | tracking | Used for all tracking methods: `analytics.identify()`, `analytics.group()` and `analytics.track()` |
5050
| 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. |
5252

5353
As HTTP-header:
5454

0 commit comments

Comments
 (0)