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:
Raymond Hill 2025-05-12 07:46:33 -04:00
parent a075442e1c
commit e3a3026cac
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

11
src/blank.html Normal file
View 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>