diff --git a/docs/index.md b/docs/index.md index a7b6cc339..e5c038b59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -203,3 +203,8 @@ Using the tiny Docker image: ```shell docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik ``` + +## Security + +We want to keep Træfik safe for everyone. +If you've discovered a security vulnerability in Træfik, we appreciate your help in disclosing it to us in a responsible manner, using [this form](https://security.traefik.io). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index cf530c9e8..673698651 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,9 +21,6 @@ theme: accent: 'light blue' feature: tabs: false - palette: - primary: 'cyan' - accent: 'cyan' i18n: prev: 'Previous' next: 'Next'