mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
Merge remote-tracking branch 'origin/develop' into db-store
This commit is contained in:
@@ -28,12 +28,6 @@ export default defineNuxtConfig({
|
||||
"/signout": { prerender: true },
|
||||
|
||||
"/api/**": { cors: true },
|
||||
|
||||
"/api/v1/client/object/*": {
|
||||
security: {
|
||||
rateLimiter: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
nitro: {
|
||||
@@ -80,5 +74,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
strictTransportSecurity: false,
|
||||
},
|
||||
rateLimiter: false,
|
||||
xssValidator: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user