Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
d8cfe14f
Commit
d8cfe14f
authored
Aug 29, 2017
by
IKEDA Soji
Committed by
GitHub
Aug 29, 2017
Browse files
Merge pull request #45 from almarin/sympa-6.2
Activating options in XSS Parser
parents
c0724dd1
2cf454d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/HTMLSanitizer.pm
View file @
d8cfe14f
...
...
@@ -43,6 +43,9 @@ sub new {
my
$self
=
$class
->
SUPER::
new
(
{
Context
=>
'
Document
',
AllowSrc
=>
1
,
AllowHref
=>
1
,
AllowRelURL
=>
1
,
EscapeFiltered
=>
0
,
}
);
$self
->
{
_shsURLPrefix
}
=
...
...
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