'style-src' & 'script-src' error!

Does anybody give me an advice for this situation ?


I already put these lines in manifest.yml but it still not work

permissions:
  scopes:
    - 'read:jira-work'
    - 'write:jira-work'
  content:
    styles:
      - 'unsafe-inline'
    scripts:
      - 'unsafe-hashes'
      - 'unsafe-eval'
      - 'unsafe-inline'

Thank you so much!

Just to confirm, have you upgraded the app via forge install --upgrade?

https://developer.atlassian.com/platform/forge/add-content-security-and-egress-controls/#upgrade-the-app

1 Like