forked from I2P_Developers/i2p.i2p
Console: Remove onload and unsafe CSP on iframed pages
This commit is contained in:
@ -36,3 +36,6 @@ function resizeFrame(f) {
|
||||
f.style.height = totalHeight + "px";
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
setupFrame();
|
||||
}, true);
|
||||
|
Reference in New Issue
Block a user