mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-21 13:30:32 +02:00
Update caddy.txt
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Handles Recipe Images / Assets
|
# Handles Recipe Images / Assets
|
||||||
handle_path /api/media/recipes/* {
|
handle_path /api/media/recipes/* {
|
||||||
header X-Frame-Options "SAMEORIGIN"
|
header Access-Control-Allow-Origin *
|
||||||
header X-Content-Type-Options nosniff
|
header X-Content-Type-Options nosniff
|
||||||
header X-Robots-Tag none
|
header X-Robots-Tag none
|
||||||
header -X-Frame-Options
|
header -X-Frame-Options
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
handle @proxied {
|
handle @proxied {
|
||||||
header X-Frame-Options "SAMEORIGIN"
|
header Access-Control-Allow-Origin *
|
||||||
header X-Content-Type-Options nosniff
|
header X-Content-Type-Options nosniff
|
||||||
header X-Robots-Tag none
|
header X-Robots-Tag none
|
||||||
header -X-Frame-Options
|
header -X-Frame-Options
|
||||||
@@ -46,6 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
|
header Access-Control-Allow-Origin *
|
||||||
header X-Content-Type-Options nosniff
|
header X-Content-Type-Options nosniff
|
||||||
header X-Robots-Tag none
|
header X-Robots-Tag none
|
||||||
header -X-Frame-Options
|
header -X-Frame-Options
|
||||||
|
|||||||
Reference in New Issue
Block a user