From 2a4b5fa9f69c0de712fa484812c35bcaad105955 Mon Sep 17 00:00:00 2001 From: adolfintel Date: Wed, 30 Jan 2019 12:32:02 +0100 Subject: [PATCH] ID obfuscation: default off --- telemetry/telemetry_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry/telemetry_settings.php b/telemetry/telemetry_settings.php index f2c3522..9d152a0 100644 --- a/telemetry/telemetry_settings.php +++ b/telemetry/telemetry_settings.php @@ -2,7 +2,7 @@ $db_type="mysql"; //Type of db: "mysql", "sqlite" or "postgresql" $stats_password="PASSWORD"; //password to login to stats.php. Change this!!! -$enable_id_obfuscation=true; //if set to true, test IDs will be obfuscated to prevent users from guessing URLs of other tests +$enable_id_obfuscation=false; //if set to true, test IDs will be obfuscated to prevent users from guessing URLs of other tests // Sqlite3 settings $Sqlite_db_file = "../../telemetry.sql";