mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Use custom blank page for embedded iframe in dashboard
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3631#issuecomment-2870424577
This commit is contained in:
parent
e3a3026cac
commit
8cd6212867
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<div></div>
|
||||
</section>
|
||||
|
||||
<iframe id="iframe" src="about:blank"></iframe>
|
||||
<iframe id="iframe" src="blank.html"></iframe>
|
||||
|
||||
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue