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
a075442e1c
commit
e3a3026cac
1 changed files with 11 additions and 0 deletions
11
src/blank.html
Normal file
11
src/blank.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<title>uBO blank</title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue