Limit hosts to own domains

This commit is contained in:
Ahmed DCHAR 2025-11-03 00:44:59 +01:00
parent 7fb3319277
commit dd97d3538e

View File

@ -16,7 +16,7 @@ export default defineConfig({
port: 5174,
open: false, // Don't auto-open in Docker
host: true, // Listen on all addresses
allowedHosts: ['all'], // Allow proxy domains
allowedHosts: ['.ezsepa.com', 'www.ezsepa.com'], // Allow proxy domains
},
// Build configuration