Limit hosts to own domains
This commit is contained in:
parent
7fb3319277
commit
dd97d3538e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user