mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Turn off csrf checks
This commit is contained in:
parent
f2141df0da
commit
7385a6b4be
@ -43,6 +43,8 @@
|
||||
##|-PRIV
|
||||
|
||||
$d_isfwfile = 1;
|
||||
$nocsrf = true;
|
||||
|
||||
require_once("globals.inc");
|
||||
require_once("guiconfig.inc");
|
||||
|
||||
|
||||
@ -42,6 +42,8 @@
|
||||
##|*MATCH=system_firmware_auto.php*
|
||||
##|-PRIV
|
||||
|
||||
$nocsrf = true;
|
||||
|
||||
require("guiconfig.inc");
|
||||
require_once("pfsense-utils.inc");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user