mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[web_server] Add CORS origin checking with allowed_origins (#17530)
This commit is contained in:
@@ -5,3 +5,6 @@ web_server:
|
||||
port: 8080
|
||||
version: 2
|
||||
compression: br
|
||||
enable_private_network_access: true
|
||||
allowed_origins:
|
||||
- https://app.esphome.io
|
||||
|
||||
Reference in New Issue
Block a user