LocalCDN-Firefox-Chrome-Brave/resources/blocked/index.html

27 lines
1005 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Blocked by LocalCDN</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="blocked.js"></script>
</head>
<body>
<img src="logo.svg" alt="LocalCDN" class="logo"/>
<p>This request was blocked because the resource is not included in LocalCDN.</p>
<p>
<span id="resource" class="url">undefined</span>
</p>
<p class="details">
If you still want to access this resource directly,
you can add the following domain to the "Disable LocalCDN for these domains" list:
</p>
<p>
<span id="source" class="url">undefined</span>
</p>
</body>
</html>