etheroute-lon01: unset allowed_domains
This commit is contained in:
parent
7573280e5b
commit
be3ce89fb4
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ in {
|
|||
(service "totoro:3000" "grafana.int.lukegb.com" {})
|
||||
(secureService "totoro" "invoices.lukegb.com" {
|
||||
allow_public_unauthenticated_access = true;
|
||||
allowed_domains = null;
|
||||
regex = "^/((third_party|ajax|client_area|pdf)/.*|[a-zA-Z0-9]{8})$";
|
||||
})
|
||||
(secureService "totoro" "invoices.lukegb.com" {})
|
||||
|
|
Loading…
Reference in a new issue