Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-10 18:34:12 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-10 18:34:12 +0300
commitede23967967ac4e715b2df392a1388c2fb69942b (patch)
tree2f71308359d9e40ce82aa3c421b965c67af895f1 /config.sample.inc.php
parent4fd7aa7a2c45e99c45d5a196e8c66cb24bd02787 (diff)
Change URLQueryEncryption default to `false`
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 5eede6dd90..48dfdfdefe 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -149,6 +149,13 @@ $cfg['SaveDir'] = '';
//$cfg['SendErrorReports'] = 'always';
/**
+ * 'URLQueryEncryption' defines whether phpMyAdmin will encrypt sensitive data from the URL query string.
+ * 'URLQueryEncryptionSecretKey' is a 32 bytes long secret key used to encrypt/decrypt the URL query string.
+ */
+//$cfg['URLQueryEncryption'] = true;
+//$cfg['URLQueryEncryptionSecretKey'] = '';
+
+/**
* You can find more configuration options in the documentation
* in the doc/ folder or at <https://docs.phpmyadmin.net/>.
*/