)
};
diff --git a/demos/jans-tarp/src/static/chrome/manifest.json b/demos/jans-tarp/src/static/chrome/manifest.json
index 2cb920ca3c3..5dbed7042ff 100644
--- a/demos/jans-tarp/src/static/chrome/manifest.json
+++ b/demos/jans-tarp/src/static/chrome/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "jans-tarp",
- "version": "0.0.0-nightly",
+ "version": "1.0.0",
"version_name": "nightly",
"description": "Relying Party tool in form of a Chrome Extension. Please note that the manifest version field should be one to four dot-separated integers identifying the version of this extension. The descriptive version string can be stated in the `version_name` field. For more details see https://developer.chrome.com/docs/extensions/reference/manifest/version.",
"icons": {
@@ -24,5 +24,8 @@
"*://*/*"
],
"options_page": "options.html",
- "incognito": "split"
+ "incognito": "split",
+ "content_security_policy": {
+ "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
+ }
}
\ No newline at end of file
diff --git a/demos/jans-tarp/src/static/firefox/manifest.json b/demos/jans-tarp/src/static/firefox/manifest.json
index e30988c67a1..0ace852b544 100644
--- a/demos/jans-tarp/src/static/firefox/manifest.json
+++ b/demos/jans-tarp/src/static/firefox/manifest.json
@@ -27,5 +27,8 @@
"gecko": {
"id": "jans-tarp@gluu.org"
}
+ },
+ "content_security_policy": {
+ "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}
\ No newline at end of file