Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ If your site has a [Content Security Policy](https://developer.mozilla.org/en-US
2. If you're loading the widget from the UNPKG CDN (i.e. for sites without NPM), ensure UNPKG is a valid source in `<script>` elements.
- Example: add `"https://unpkg.com"` to the `script-src` or `script-src-elem` directive of the CSP.

### Testing during development

When checking that your implementation is working, don't rely solely on the shared Looker Dashboard because the pipeline from Google Sheets to Looker can be very delayed. Instead, look for an `HTTP 200` response containing `{message: "Success", feedbackId: number}`. If you need, the OOI Platform team can verify the `feedbackId` is valid.

## [FOR DEVELOPERS] How to improve this component

Expand Down