Forge manifest permissions warning

What do the warnings mean? I have exactly the same config as in the documentation

Yeah, the docs are not up-to-date. Instead of listing a string directly, I believe it now wants an address key, like this:

permissions:
  external:
    fetch:
      client:
        - address: 'https://mysite.com'
    images:
      - address: 'https://mysite.com'
    scripts:
      - address: 'https://mysite.com'
    styles:
      - address: 'https://mysite.com'

I saw some other recent thread where an Atlassian (was it @jhazelwood ?) was asking for examples of docs that need to be updated, so maybe this can be added to the list.

2 Likes