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: packages/browser-sdk/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Supply these to the constructor call:
99
99
typeConfiguration= {
100
100
logger:console; // by default only logs warn/error, by passing `console` you'll log everything
101
101
apiBaseUrl?:"https://front.reflag.com";
102
-
sseBaseUrl?:"https://livemessaging.reflag.com";
102
+
sseBaseUrl?:"https://livemessaging.bucket.co";
103
103
feedback?:undefined; // See FEEDBACK.md
104
104
enableTracking?:true; // set to `false` to stop sending track events and user/company updates to Reflag servers. Useful when you're impersonating a user
105
105
fallbackFlags?:
@@ -135,7 +135,6 @@ To ease in transition to Reflag SDK, some of the old methods have been preserved
135
135
If you are running with strict Content Security Policies active on your website, you will need change them as follows:
136
136
137
137
-`connect-src https://front.bucket.co` to `connect-src https://front.reflag.com`
138
-
-`connect-src https://livemessaging.bucket.co` to `connect-src https://livemessaging.reflag.com`
139
138
140
139
Finally, if you have customized the look & feel of the Feedback component, update `--bucket-feedback-*` CSS classes to `--reflag-feedback-*`
141
140
@@ -391,7 +390,7 @@ If you are running with strict Content Security Policies active on your website,
| connect-src |[https://livemessaging.reflag.com](https://livemessaging.reflag.com)| Server sent events for use in automated feedback surveys, which allows for automatically collecting feedback when a user used a flag. |
393
+
| connect-src |[https://livemessaging.bucket.co](https://livemessaging.bucket.co)| Server sent events for use in automated feedback surveys, which allows for automatically collecting feedback when a user used a flag. |
395
394
| style-src | 'unsafe-inline' | The feedback UI is styled with inline styles. Not having this directive results unstyled HTML elements. |
396
395
397
396
If you are including the Reflag tracking SDK with a `<script>`-tag from `jsdelivr.net` you will also need:
0 commit comments