Skip to content

Commit

Permalink
Updated v2 deprecation dates in untranslated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 21, 2021
1 parent 62d0518 commit f5fabb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/securedrop_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def __init__(self, args: argparse.Namespace) -> None:
lambda config: True),
('v2_onion_services', self.check_for_v2_onion(), bool,
'WARNING: For security reasons, support for v2 onion services ' +
'will be removed in February 2021. ' +
'will be removed in March 2021. ' +
'Do you want to enable v2 onion services?',
SiteConfig.ValidateYesNo(),
lambda x: x.lower() == 'yes',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@
<options>alert_by_email</options> <!-- force email to be sent -->
<match>ossec: output: 'v2_service_check'</match>
<regex>HiddenServiceVersion 2</regex>
<description>v2 onion services are still enabled. Support for v2 onion services is deprecated and will be removed starting in February 2021. To preserve access to SecureDrop, you must migrate to v3 onion services: https://securedrop.org/v2-onion-eol</description>
<description>v2 onion services are still enabled. Support for v2 onion services is deprecated and will be removed starting in March 2021. To preserve access to SecureDrop, you must migrate to v3 onion services: https://securedrop.org/v2-onion-eol</description>
</rule>
</group>

0 comments on commit f5fabb0

Please sign in to comment.