Skip to content
Snippets Groups Projects
Commit d046c0c2 authored by Angie Byron's avatar Angie Byron
Browse files

#289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini...

#289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal.
parent 18ad0f69
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -32,6 +32,7 @@ DirectoryIndex index.php ...@@ -32,6 +32,7 @@ DirectoryIndex index.php
# PHP 5, Apache 1 and 2. # PHP 5, Apache 1 and 2.
<IfModule mod_php5.c> <IfModule mod_php5.c>
php_flag magic_quotes_gpc off php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off php_flag register_globals off
php_flag session.auto_start off php_flag session.auto_start off
php_value mbstring.http_input pass php_value mbstring.http_input pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment