mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Fix typo
This commit is contained in:
+1
-1
@@ -773,7 +773,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
|
|||||||
helpful.add(
|
helpful.add(
|
||||||
"security", "--hsts", action="store_true",
|
"security", "--hsts", action="store_true",
|
||||||
help="Add the Strict-Transport-Security header to every HTTP response."
|
help="Add the Strict-Transport-Security header to every HTTP response."
|
||||||
" Forcing browser to use always use SSL for the domain."
|
" Forcing browser to always use SSL for the domain."
|
||||||
" Defends against SSL Stripping.", dest="hsts", default=False)
|
" Defends against SSL Stripping.", dest="hsts", default=False)
|
||||||
helpful.add(
|
helpful.add(
|
||||||
"security", "--no-hsts", action="store_false",
|
"security", "--no-hsts", action="store_false",
|
||||||
|
|||||||
Reference in New Issue
Block a user