Open
Description
Describe the bug
When installing my app the logo gets blocked by CSP policy.
To Reproduce
Steps to reproduce the behavior:
- Create new app
- Set logo
- Install app via oauth flow
Expected behavior
Logo displayed correctly.
Desktop (please complete the following information):
- OS: MacOS
- Browser chrome
- Version 120.0.6099.234
Additional context
{
"id": "app.xx.xx",
"version": "0.0.16",
"name": "xx",
"icon": "./icon.png",
"permissions": [
...
],
"ui_extension": {
"views": [
{
"viewport": "settings",
"component": "AppSettings"
}
],
"content_security_policy": {
"connect-src": [
"https://xxx.app/api/"
],
"image-src": null,
"purpose": ""
}
},
"allowed_redirect_uris": [
...
],
"stripe_api_access_type": "oauth",
"distribution_type": "public"
}
Activity