add a note on cross-site-scripting to JS feature description (#30)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d6ae2fe437
commit
a6a48dad58
@ -243,7 +243,9 @@ class Settings extends SCLiveticker {
|
|||||||
'embedded-script',
|
'embedded-script',
|
||||||
'[embedded_script]',
|
'[embedded_script]',
|
||||||
self::$options['embedded_script'],
|
self::$options['embedded_script'],
|
||||||
__( 'Allow embedded script evaluation in tick contents. This might be useful for embedded content, e.g. social media integrations.', 'stklcode-liveticker' ),
|
__( 'Allow embedded script evaluation in tick contents. This might be useful for embedded content, e.g. social media integrations.', 'stklcode-liveticker' ) .
|
||||||
|
' ' .
|
||||||
|
__( 'Be aware that this feature potentially enables cross-site scripting, so make sure content is created by trusted people and only enable this if required.', 'stklcode-liveticker' ),
|
||||||
__( 'Allow JavaScript in tick content', 'stklcode-liveticker' )
|
__( 'Allow JavaScript in tick content', 'stklcode-liveticker' )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user