@akinon/next 2.0.25-rc.0 → 2.0.25-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 2.0.25-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 804d2bd: ZERO-4536: Add akinon.net domain to CSP frame-ancestors directive
8
+
3
9
  ## 2.0.25-rc.0
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "2.0.25-rc.0",
4
+ "version": "2.0.25-rc.1",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -36,7 +36,7 @@
36
36
  "set-cookie-parser": "2.6.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@akinon/eslint-plugin-projectzero": "2.0.25-rc.0",
39
+ "@akinon/eslint-plugin-projectzero": "2.0.25-rc.1",
40
40
  "@babel/core": "7.26.10",
41
41
  "@babel/preset-env": "7.26.9",
42
42
  "@babel/preset-typescript": "7.27.0",
package/with-pz-config.js CHANGED
@@ -50,7 +50,7 @@ const defaultConfig = {
50
50
  {
51
51
  key: 'Content-Security-Policy',
52
52
  value:
53
- "frame-ancestors 'self' https://*.akifast.com akifast.com https://*.akinoncloud.com akinoncloud.com http://localhost:5174 localhost:5174"
53
+ "frame-ancestors 'self' https://*.akifast.com akifast.com https://*.akinoncloud.com akinoncloud.com https://*.akinon.net akinon.net http://localhost:5174 localhost:5174"
54
54
  }
55
55
  ]
56
56
  }