diff --git a/zuul-proxy/src/main/resources/application.properties b/zuul-proxy/src/main/resources/application.properties index 905ba9b..a779086 100644 --- a/zuul-proxy/src/main/resources/application.properties +++ b/zuul-proxy/src/main/resources/application.properties @@ -9,7 +9,7 @@ zuul.routes.bad.path: /bad/** zuul.routes.bad.url: http://localhost:7777 zuul.routes.gh.path: /gh/** zuul.routes.gh.url: https://github.com -zuul.routes.gh.ignored-headers: Set-Cookie,Cookie +zuul.routes.gh.sensitive-headers: Set-Cookie,Cookie zuul.routes.ui.path: /** zuul.routes.ui.url: http://localhost:8080 logging.level.org.springframework.web: DEBUG \ No newline at end of file