[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] XSS Sanitization: Change word to text filter for source and trans in Interactive Translation
"Bruno Kambere \(@kambereBr\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68914a40ed53f_2cd5cc8295d7@gitlab-sidekiq-low-urgency-cpu-bound-v2-58b475bb65-79lgc.mail> |
Bruno Kambere pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
aafa0f01 by Bruno Kambere at 2025-08-05T02:54:08+03:00
[FIX] XSS Sanitization: Change word to text filter for source and trans in Interactive Translation
---
* [FIX] XSS Sanitization: Change word to text filter for source and trans in Interactive Translation
See merge request tikiwiki/tiki!8187
- - - - -
1 changed file:
- tiki-interactive_trans.php
Changes:
=====================================
tiki-interactive_trans.php
=====================================
@@ -12,8 +12,8 @@ $inputConfiguration = [
[
'staticKeyFilters' => [
'interactive_translation_mode' => 'word', //get
- 'source' => 'word', //get
- 'trans' => 'word', //get
+ 'source' => 'text', //get
+ 'trans' => 'text', //get
],
],
];
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/aafa0f017a86c449a0228e65632a5cf4e12fd4aa
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/aafa0f017a86c449a0228e65632a5cf4e12fd4aa
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs