aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-18 06:46:07 -0200
committerRenato Botelho <renato@netgate.com>2015-11-18 06:46:07 -0200
commitead8f184163699bac2cece2113fb2469e0ed5b85 (patch)
tree7bd3a314510b29c0114441cfc0e7d05e91677ce9 /config/snort/snort_interfaces_edit.php
parent5f7814e7cb05beb4603ae676b1623ff0b2b04184 (diff)
parent9142c0a8939680cc73d11ae1f936a54e92e2a6d9 (diff)
downloadpfsense-packages-ead8f184163699bac2cece2113fb2469e0ed5b85.tar.gz
pfsense-packages-ead8f184163699bac2cece2113fb2469e0ed5b85.tar.bz2
pfsense-packages-ead8f184163699bac2cece2113fb2469e0ed5b85.zip
Merge pull request #1182 from bmeeks8/snort-3.2.9
Diffstat (limited to 'config/snort/snort_interfaces_edit.php')
-rwxr-xr-xconfig/snort/snort_interfaces_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php
index 0d41c7db..41864a4f 100755
--- a/config/snort/snort_interfaces_edit.php
+++ b/config/snort/snort_interfaces_edit.php
@@ -4,7 +4,7 @@
*
* Copyright (C) 2008-2009 Robert Zelaya.
* Copyright (C) 2011-2012 Ermal Luci
- * Copyright (C) 2014 Bill Meeks
+ * Copyright (C) 2015 Bill Meeks
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -269,7 +269,8 @@ if ($_POST["save"] && !$input_errors) {
"unlimited_decompress" => "on", "inspect_gzip" => "on", "normalize_cookies" =>"on",
"normalize_headers" => "on", "normalize_utf" => "on", "normalize_javascript" => "on",
"allow_proxy_use" => "off", "inspect_uri_only" => "off", "max_javascript_whitespaces" => 200,
- "post_depth" => -1, "max_headers" => 0, "max_spaces" => 0, "max_header_length" => 0, "ports" => "default" );
+ "post_depth" => -1, "max_headers" => 0, "max_spaces" => 0, "max_header_length" => 0, "ports" => "default",
+ "decompress_swf" => "off", "decompress_pdf" => "off" );
$ftp_client_eng = array( "name" => "default", "bind_to" => "all", "max_resp_len" => 256,
"telnet_cmds" => "no", "ignore_telnet_erase_cmds" => "yes",