From 00f1e346f7df78054b55173aa96f089190da0701 Mon Sep 17 00:00:00 2001 From: Van Nguyen Date: Tue, 16 Apr 2024 13:13:48 -0400 Subject: [PATCH] We do not need to remove this all the time --- bosh/opsfiles/router-logstash.yml | 2 -- bosh/opsfiles/router-main.yml | 2 -- bosh/opsfiles/secureproxy.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/bosh/opsfiles/router-logstash.yml b/bosh/opsfiles/router-logstash.yml index 6d8bd64f..f5bfba7d 100644 --- a/bosh/opsfiles/router-logstash.yml +++ b/bosh/opsfiles/router-logstash.yml @@ -127,5 +127,3 @@ value: "text/plain; charset=utf-8" - name: "X-Frame-Options" value: "DENY" - remove_headers: - - name: X-Frame-Options diff --git a/bosh/opsfiles/router-main.yml b/bosh/opsfiles/router-main.yml index 7d6c3f51..0ffe9ed7 100644 --- a/bosh/opsfiles/router-main.yml +++ b/bosh/opsfiles/router-main.yml @@ -126,5 +126,3 @@ value: "text/plain; charset=utf-8" - name: "X-Frame-Options" value: "DENY" - remove_headers: - - name: X-Frame-Options diff --git a/bosh/opsfiles/secureproxy.yml b/bosh/opsfiles/secureproxy.yml index fbc24cdc..d683369c 100644 --- a/bosh/opsfiles/secureproxy.yml +++ b/bosh/opsfiles/secureproxy.yml @@ -108,5 +108,3 @@ value: "text/plain; charset=utf-8" - name: "X-Frame-Options" value: "DENY" - remove_headers: - - name: X-Frame-Options