Commit e6d6b051 by Diana Huang Committed by GitHub

Merge pull request #327 from edx/diana/new-invalid-char

Add new character to list of invalid characters.
parents 80a46ac6 f9973bbd
......@@ -38,7 +38,7 @@ from edx_proctoring.serializers import (
log = logging.getLogger(__name__)
SOFTWARE_SECURE_INVALID_CHARS = '[]<>#:|?/\'"*\\'
SOFTWARE_SECURE_INVALID_CHARS = '[]<>#:|!?/\'"*\\'
class SoftwareSecureBackendProvider(ProctoringBackendProvider):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment