Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782094 commit 001cbffCopy full SHA for 001cbff
1 file changed
lib/core/settings.py
@@ -302,7 +302,7 @@
302
REFLECTED_VALUE_MARKER = '__REFLECTED_VALUE__'
303
304
# Regular expression used for marking non-alphanum characters
305
-REFLECTED_NON_ALPHA_NUM_REGEX = r'[^<>\\r\\n]+?'
+REFLECTED_NON_ALPHA_NUM_REGEX = r'\W+?'
306
307
# Chars which can be used as a failsafe values in case of too long URL encoding value
308
URLENCODE_FAILSAFE_CHARS = '()|,'
0 commit comments