mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
XSS protection
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
#!/usr/local/bin/perl
|
#!/usr/local/bin/perl
|
||||||
# Show a list of free IPs in all subnets
|
# Show a list of free IPs in all subnets
|
||||||
|
|
||||||
|
$trust_unknown_referers = 1;
|
||||||
require './dhcp-dns-lib.pl';
|
require './dhcp-dns-lib.pl';
|
||||||
&popup_header($text{'chooser_title'});
|
&popup_header($text{'chooser_title'});
|
||||||
&foreign_require("net", "net-lib.pl");
|
&foreign_require("net", "net-lib.pl");
|
||||||
|
Reference in New Issue
Block a user