2 Commits
2.0.1 ... 2.0.2

Author SHA1 Message Date
Sonny
efcb1d0ef9 chore: release v2.0.2 2024-07-06 03:28:11 +02:00
Sonny
8b9e74bfe1 fix: allow iframe 2024-07-06 03:27:07 +02:00
3 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,8 @@ const shieldConfig = defineConfig({
*/
xFrame: {
enabled: true,
action: 'DENY',
action: 'ALLOW-FROM',
domain: '*',
},
/**

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "my-links",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "my-links",
"version": "2.0.1",
"version": "2.0.2",
"license": "UNLICENSED",
"dependencies": {
"@adonisjs/ally": "^5.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "my-links",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"license": "UNLICENSED",
"scripts": {