mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
* 🔨 First attempt with gitlab build * 🔨 Move build * ✏️ Fix typo Co-Authored-By: Franck Nijhof <frenck@addons.community> * 🔨 Update link * 🔨 Update build * 🔨 Update download * 🔨 Update url * ⬆️ Updates
6 lines
183 B
Text
6 lines
183 B
Text
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";
|