I have my image in s3. I am trying to fetch that via backend and send as base64 to front end. Forge app is the front end. But i am getting csp error. Below is my manifest.yaml
jira:globalPage:
- key: xyz
title: xyz - ${ENV_NAME}
layout: blank
security:
csp:
content: "img-src 'self' https://*.s3.amazonaws.com http://localhost:8000/ https://1343432.execute-api.us-east-1.amazonaws.com;
frame-src 'self' http://54.226.172.125:8501/ http://localhost:8000/;
connect-src 'self' https://1343432.execute-api.us-east-1.amazonaws.com;"
resource: main
resolver:
endpoint: xyz-api-endpoint
function: resolver
endpoint:
- key: xyz-endpoint
remote: xyz
Could you please help