mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10: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