feat: add option to persist API keys on non-localhost (opt-in security feature)
This commit is contained in:
@@ -16,4 +16,7 @@ export default defineConfig({
|
||||
define: {
|
||||
__APP_VERSION__: JSON.stringify(version),
|
||||
},
|
||||
server: {
|
||||
allowedHosts: ['testlocal.com', '.testlocal.com', 'localhost', '127.0.0.1'],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user