Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
55dae3b1
Commit
55dae3b1
authored
Jan 02, 2022
by
Philipp Hörist
Browse files
Harden parser settings
parent
e1f53513
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/stream_parser.py
View file @
55dae3b1
...
...
@@ -41,9 +41,9 @@ log = logging.getLogger('nbxmpp.parser')
PARSER_SETTINGS
=
{
'load_dtd'
:
Tru
e
,
'load_dtd'
:
Fals
e
,
'dtd_validation'
:
False
,
'no_network'
:
Fals
e
,
'no_network'
:
Tru
e
,
'recover'
:
False
,
'resolve_entities'
:
False
,
'remove_comments'
:
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment