1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-23 03:59:42 +01:00

include gtm domain in CSP n 5.2.2 bump

This commit is contained in:
Kushagra Gour 2024-04-11 16:28:43 +05:30
parent 0e3ccecc86
commit 755f311452
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "web-maker",
"version": "5.2.0",
"version": "5.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "web-maker",
"version": "5.2.0",
"version": "5.2.1",
"license": "MIT",
"dependencies": {
"@emmetio/codemirror-plugin": "^0.5.4",

View File

@ -1,12 +1,12 @@
{
"name": "Web Maker",
"version": "5.2.1",
"version": "5.2.2",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",
"permissions": ["storage", "tabs", "<all_urls>"],
"optional_permissions": ["downloads"],
"content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://apis.google.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com https://cdn.tailwindcss.com 'unsafe-eval'; object-src 'self'",
"content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://apis.google.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com https://cdn.tailwindcss.com https://www.googletagmanager.com 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"chrome_style": true