Remove interactive redirect ask (#7861)

Fixes #7594.

Removes the code asking interactively if the user would like to add a redirect.

* Remove interactive redirect ask

* display.enhancements is no longer used, so remove it.

* update changelog

* remove references to removed display.enhancements

* add redirect_default flag to enhance_config to conditionally set default for redirect value

* Update default in help text.
This commit is contained in:
ohemorange
2020-03-31 12:12:14 -07:00
committed by GitHub
parent 6df90d17ae
commit dbda499b08
7 changed files with 14 additions and 149 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
*
* Stop asking interactively if the user would like to add a redirect.
### Fixed