mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 05:41:49 +02:00
Allow ingress
This commit is contained in:
@@ -111,5 +111,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "whoogle-search",
|
"slug": "whoogle-search",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
|
||||||
"version": "0.8.2-4"
|
"version": "0.8.2-5"
|
||||||
}
|
}
|
||||||
@@ -10,6 +10,8 @@ server {
|
|||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
proxy_read_timeout 30;
|
proxy_read_timeout 30;
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
|
# Allow ingress
|
||||||
|
proxy_hide_header 'x-frame-options';
|
||||||
# Correct url for images
|
# Correct url for images
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter_types *;
|
sub_filter_types *;
|
||||||
|
|||||||
Reference in New Issue
Block a user