mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add CORS option to network
This commit is contained in:
@@ -122,7 +122,11 @@ network_settings = {
|
||||
hostname: 'ems-esp',
|
||||
nosleep: true,
|
||||
tx_power: 20,
|
||||
bandwidth20: false,
|
||||
static_ip_config: false,
|
||||
enableMDNS: true,
|
||||
enableCORS: false,
|
||||
CORSOrigin: '*',
|
||||
}
|
||||
const network_status = {
|
||||
status: 3,
|
||||
|
||||
Reference in New Issue
Block a user