Skip to content

Commit

Permalink
fix: add missing permissions for loading Bugzilla components (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ authored Sep 25, 2023
1 parent 7ba8886 commit faa2399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export function getManifestFor(
]
: []),
`${DEFAULT_PONTOON_BASE_URL}/*`,
'https://flod.org/*',
...projectsListData
.flatMap((project) => project.domains)
.map((domain) => `https://${domain}/*`),
Expand Down

0 comments on commit faa2399

Please sign in to comment.