feat: added feature flag to enable blake2b hashing

This commit is contained in:
Muhammad Anas
2024-04-19 07:22:14 +00:00
committed by Peter Pinch
parent a31ed929f7
commit aea7fcee45
4 changed files with 56 additions and 4 deletions

View File

@@ -579,6 +579,9 @@ FEATURES = {
# .. toggle_creation_date: 2024-03-22
# .. toggle_tickets: https://github.com/openedx/edx-platform/pull/33911
'ENABLE_GRADING_METHOD_IN_PROBLEMS': False,
# See annotations in lms/envs/common.py for details.
'ENABLE_BLAKE2B_HASHiNG': False,
}
# .. toggle_name: ENABLE_COPPA_COMPLIANCE