mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Although Certbot is a classic snap, it shouldn't load Python code from the host system. This change prevents packages being loaded from the "user site-packages directory" (PEP-370). i.e. Certbot will no longer load DNS plugins installed via `pip install --user certbot-dns-*`.