From 13b03b232ba9a5b3c30784adc3a8bf8f03b90f63 Mon Sep 17 00:00:00 2001 From: hesch Date: Thu, 11 Feb 2021 17:38:39 +0100 Subject: refactor: remove referer checks, as they are no longer needed (replaced by csrf tokens) (#3432) --- app/install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 366fa9a36..a156027e4 100644 --- a/app/install.php +++ b/app/install.php @@ -418,7 +418,6 @@ function printStep1() { printStep1Template('tmp', $res['tmp'], [TMP_PATH, $processUsername]); printStep1Template('users', $res['users'], [USERS_PATH, $processUsername]); printStep1Template('favicons', $res['favicons'], [DATA_PATH . '/favicons', $processUsername]); - printStep1Template('http_referer', $res['http_referer']); ?> -- cgit v1.2.3