Skip to content

Commit

Permalink
Merge pull request #10 from goniszewski/9-grimoire-api-is-not-reachable
Browse files Browse the repository at this point in the history
fix: resolve issue with Grimoire API not reachable on Firefox
  • Loading branch information
goniszewski authored Oct 8, 2024
2 parents 90396e0 + 9c4c817 commit 69e111b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grimoire-companion",
"displayName": "grimoire companion",
"version": "0.1.2",
"version": "0.1.3",
"description": "Companion extension for Grimoire.",
"author": "Robert Goniszewski <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,9 @@
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}
}

0 comments on commit 69e111b

Please sign in to comment.