Skip to content

Commit

Permalink
Add new character to list of invalid characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakhuang committed Jan 11, 2017
1 parent 992a909 commit f9973bb
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 f9973bb

Please sign in to comment.