diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-03 01:40:44 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-03 01:40:44 +0200 |
commit | e860d82ac79bdffcd4952f795986b7c149e0545a (patch) | |
tree | 1c02bb31013e40bbd90681d170e12032e52219ff /config/squid3/34 | |
parent | a2d91f5d0abf8b5c74cd5dd079ca6de79b50f2f3 (diff) | |
download | pfsense-packages-e860d82ac79bdffcd4952f795986b7c149e0545a.tar.gz pfsense-packages-e860d82ac79bdffcd4952f795986b7c149e0545a.tar.bz2 pfsense-packages-e860d82ac79bdffcd4952f795986b7c149e0545a.zip |
Sanitize input fields size
Diffstat (limited to 'config/squid3/34')
-rwxr-xr-x | config/squid3/34/squid_users.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/squid3/34/squid_users.xml b/config/squid3/34/squid_users.xml index f67db48e..c47395b9 100755 --- a/config/squid3/34/squid_users.xml +++ b/config/squid3/34/squid_users.xml @@ -111,6 +111,7 @@ <description>Enter the username here.</description> <type>input</type> <required/> + <size>20</size> </field> <field> <fielddescr>Password</fielddescr> @@ -118,12 +119,14 @@ <description>Enter the password here.</description> <type>password</type> <required/> + <size>20</size> </field> <field> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> <description>You may enter a description here for your reference (not parsed).</description> <type>input</type> + <size>60</size> </field> </fields> <custom_php_resync_config_command> |