Allow non-breaking spaces in nginx config files (#10126)

Fixes @josevavia's issue in #9942.
This commit is contained in:
ohemorange
2025-01-10 15:25:05 -08:00
committed by GitHub
parent f59a639ec4
commit b18c074088
6 changed files with 31 additions and 17 deletions
+2
View File
@@ -10,10 +10,12 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
* certbot-nginx now requires pyparsing>=2.4.7.
*
### Fixed
* Allow nginx plugin to parse non-breaking spaces in nginx configuration files.
*
More details about these changes can be found on our GitHub repo.