Console: Remove onload and unsafe CSP on iframed pages

This commit is contained in:
zzz
2020-05-11 18:04:19 +00:00
parent 8631db8769
commit 2cd2f25c56
5 changed files with 24 additions and 17 deletions

View File

@ -36,3 +36,6 @@ function resizeFrame(f) {
f.style.height = totalHeight + "px";
}
document.addEventListener("DOMContentLoaded", function() {
setupFrame();
}, true);