Skip to content

Commit 69e111b

Browse files
authored
Merge pull request #10 from goniszewski/9-grimoire-api-is-not-reachable
fix: resolve issue with Grimoire API not reachable on Firefox
2 parents 90396e0 + 9c4c817 commit 69e111b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grimoire-companion",
33
"displayName": "grimoire companion",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "Companion extension for Grimoire.",
66
"author": "Robert Goniszewski <robert@goniszewski.com>",
77
"scripts": {
@@ -44,6 +44,9 @@
4444
"id": "contact@grimoire.pro",
4545
"strict_min_version": "109.0"
4646
}
47+
},
48+
"content_security_policy": {
49+
"extension_pages": "script-src 'self'; object-src 'self'"
4750
}
4851
}
4952
}

0 commit comments

Comments
 (0)