Initial commit
This commit is contained in:
commit
e90ff542b0
8 changed files with 250 additions and 0 deletions
40
blocked.html
Normal file
40
blocked.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cloudflare page blocked</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
color: red;
|
||||
}
|
||||
a {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>This page has been blocked by the Cloudflare Blocker extension due to a Cloudflare header.</h1>
|
||||
|
||||
<p>
|
||||
<strong>Blocked Header:</strong>
|
||||
<pre id="header_info">Loading...</pre>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Blocked response URL:</strong>
|
||||
<pre id="url">Loading...</pre>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<p>You can probably view the page on the <a href="https://web.archive.org" target="_blank">Wayback Machine</a>.</p>
|
||||
|
||||
<script src="blocked.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue