Преглед на файлове

Document new config_local item for CVE-2019-12970

pdontthink преди 6 години
родител
ревизия
882882704c
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      config/config_local.example.php

+ 9 - 0
config/config_local.example.php

@@ -174,4 +174,13 @@
  * $imap_id_command_args = array('remote-host' => '###REMOTE ADDRESS###');
  * $do_not_parse_imap_id_command_response = FALSE;
  *
+ * $remove_rcdata_rawtext_tags_and_content
+ * When displaying HTML-format email message content, a small
+ * number of HTML tags are parsed differently (RCDATA, RAWTEXT
+ * content), but can also be removed entirely (with their contents)
+ * if desired (in most cases, should be a safe thing with minimal
+ * impact).  This would be done as a fallback security measure and
+ * can be enabled by adding this here:
+ * $remove_rcdata_rawtext_tags_and_content = TRUE; 
+ *
  */