mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Open usermin login in a new frame, to avoid frame-origin policy https://sourceforge.net/tracker/?func=detail&atid=485894&aid=3597042&group_id=17457
This commit is contained in:
@@ -592,7 +592,8 @@ if ($n ne "") {
|
||||
local %uminiserv;
|
||||
&usermin::get_usermin_miniserv_config(\%uminiserv);
|
||||
if ($uminiserv{'session'}) {
|
||||
push(@buts, [ "switch", $text{'uedit_swit'} ]);
|
||||
push(@buts, [ "switch", $text{'uedit_swit'}, undef, 0,
|
||||
"onClick='form.target=\"_blank\"'" ]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user