Skip to content

Commit

Permalink
Merge pull request #327 from edx/diana/new-invalid-char
Browse files Browse the repository at this point in the history
Add new character to list of invalid characters.
  • Loading branch information
dianakhuang committed Jan 11, 2017
2 parents 80a46ac + f9973bb commit e6d6b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_proctoring/backends/software_secure.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
log = logging.getLogger(__name__)


SOFTWARE_SECURE_INVALID_CHARS = '[]<>#:|?/\'"*\\'
SOFTWARE_SECURE_INVALID_CHARS = '[]<>#:|!?/\'"*\\'


class SoftwareSecureBackendProvider(ProctoringBackendProvider):
Expand Down

0 comments on commit e6d6b05

Please sign in to comment.