mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
5e5b9f2205
* Hass.io ingress * Update * Remove global vars * Fix * Fixes * Fixes * Upgrade base image to 1.5.1 * Lint
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
root /dev/null;
|
|
server_name $hostname;
|
|
|
|
add_header X-Content-Type-Options nosniff;
|
|
add_header X-XSS-Protection "1; mode=block";
|
|
add_header X-Robots-Tag none;
|