From a7c8301ed97bb659659c31e19658632fa5568476 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 15 Nov 2015 13:37:42 -0800 Subject: [PATCH] Module chooser is referer-safe --- webmin/third_chooser.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/webmin/third_chooser.cgi b/webmin/third_chooser.cgi index 24310f4c6..8f8b4371d 100755 --- a/webmin/third_chooser.cgi +++ b/webmin/third_chooser.cgi @@ -2,6 +2,7 @@ # third_chooser.cgi # Display a list of third-party modules for installation +$trust_unknown_referers = 1; require './webmin-lib.pl'; &popup_header($text{'third_title'}); $mods = &list_third_modules();