mirror of
https://github.com/vrana/adminer.git
synced 2025-08-27 08:14:35 +02:00
Hide window.opener from pages opened in a new window (bug #561)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
function bodyLoad(version) {
|
||||
if (window.jush) {
|
||||
jush.create_links = ' target="_blank" rel="noreferrer"';
|
||||
jush.create_links = ' target="_blank" rel="noopener"';
|
||||
if (version) {
|
||||
for (var key in jush.urls) {
|
||||
var obj = jush.urls;
|
||||
|
Reference in New Issue
Block a user