config.route.v3.VirtualHostの下に書く
複数書きたいときは以下のように書く
response_headers_to_add: - header: key: "x-frame-options" value: "sameorigin" - header: key: "x-xss-protection" value: "1; mode=block"
config.route.v3.VirtualHostの下に書く
複数書きたいときは以下のように書く
response_headers_to_add: - header: key: "x-frame-options" value: "sameorigin" - header: key: "x-xss-protection" value: "1; mode=block"