2019-09-24 16:16:54 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2020-02-05 15:03:54 +00:00
|
|
|
<link rel="icon" sizes="any" type="image/svg+xml" href="clearurls.svg">
|
|
|
|
|
2019-09-24 16:16:54 +00:00
|
|
|
<title>ClearURLs test page</title>
|
|
|
|
<meta name="description" content="ClearURLs test page">
|
|
|
|
<meta name="author" content="Kevin Röbert">
|
|
|
|
|
2020-02-05 14:54:20 +00:00
|
|
|
<link rel="stylesheet" href="css/semantic_2.4.1.min.css">
|
2019-09-24 16:16:54 +00:00
|
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="ui inverted menu">
|
|
|
|
<div class="ui container">
|
|
|
|
<a href="#" class="header item">
|
2019-09-24 16:35:33 +00:00
|
|
|
<img class="logo" src="clearurls.svg">
|
2019-09-24 16:16:54 +00:00
|
|
|
ClearURLs
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="ui main text container">
|
|
|
|
<h1 class="ui header">ClearURLs test page</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
On this page you can automatically check whether ClearURLs works correctly.
|
|
|
|
If you are using an obsolete ClearURLs version that is affected by a potential security vulnerability,
|
|
|
|
you will also be notified on this page.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<div class="ui icon message" id="rules_filter_test"></div>
|
|
|
|
<div class="ui icon message" id="redirection_filter_test"></div>
|
|
|
|
<div class="ui icon message" id="block_filter_test"></div>
|
|
|
|
<div class="ui icon message" id="issue_253_test"></div>
|
|
|
|
|
2020-02-05 17:54:11 +00:00
|
|
|
<iframe src="https://kevinroebert.gitlab.io/ClearUrls/void/index.html?ref=gitlab&test=test"
|
2019-09-26 18:50:39 +00:00
|
|
|
height="1" width="1" id="void_roebert_eu_iframe" style="border:0; border:none;"></iframe>
|
2019-09-24 16:16:54 +00:00
|
|
|
|
2020-02-05 19:02:36 +00:00
|
|
|
<iframe src="https://kevinroebert.gitlab.io/ClearUrls/void/index.html?url=https%3A%2F%2Fkevinroebert.gitlab.io%2FClearUrls%2Fvoid%2Findex.html"
|
2019-09-26 18:50:39 +00:00
|
|
|
height="1" width="1" id="redirect_roebert_eu_iframe" style="border:0; border:none;"></iframe>
|
2019-09-24 16:16:54 +00:00
|
|
|
|
2020-02-05 17:54:11 +00:00
|
|
|
<iframe src="https://kevinroebert.gitlab.io/ClearUrls/void/index.html?url=https%3A%2F%2Fkevinroebert.gitlab.io%2FClearUrls%2Fi253.html"
|
2019-09-26 18:50:39 +00:00
|
|
|
height="1" width="1" id="i253_roebert_eu_iframe" style="border:0; border:none;"></iframe>
|
|
|
|
|
|
|
|
<img id="i253_roebert_eu_img" height="1" width="1"/>
|
|
|
|
<img id="block_roebert_eu_img" height="1" width="1"/>
|
2019-09-24 16:16:54 +00:00
|
|
|
</div>
|
|
|
|
|
2020-02-05 14:54:20 +00:00
|
|
|
<script src="js/jquery.min.js"></script>
|
|
|
|
<script src="js/semantic.min.js"></script>
|
2019-09-24 16:16:54 +00:00
|
|
|
<script src="js/scripts.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|