Fixed #8301 CSRF Enabled on all widgets.

Enabled CSRF on all widgets.
This commit is contained in:
Stephen Jones 2018-02-01 10:15:42 -06:00
parent 3c44c845fe
commit ce7b40ce96
18 changed files with 0 additions and 34 deletions

View File

@ -24,8 +24,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("globals.inc");
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");

View File

@ -20,8 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -20,7 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
global $dyndns_split_domain_types;
require_once("guiconfig.inc");

View File

@ -24,8 +24,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -23,8 +23,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("gmirror.inc");

View File

@ -26,8 +26,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -26,8 +26,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -20,8 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -26,8 +26,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("auth_check.inc");
require_once("functions.inc");
require_once("ipsec.inc");

View File

@ -25,8 +25,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -20,8 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -30,7 +30,6 @@
require_once("guiconfig.inc");
$nocsrf = true;
$supportfile = "/var/db/support.json";
$idfile = "/var/db/uniqueid";
$FQDN = "https://ews.netgate.com/support";

View File

@ -19,8 +19,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -19,8 +19,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("openvpn.inc");

View File

@ -19,8 +19,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -19,8 +19,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("pfsense-utils.inc");
require_once("functions.inc");

View File

@ -20,8 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("captiveportal.inc");
require_once("service-utils.inc");

View File

@ -20,8 +20,6 @@
* limitations under the License.
*/
$nocsrf = true;
require_once("guiconfig.inc");
require_once("/usr/local/www/widgets/include/wake_on_lan.inc");