generated from shgysk8zer0/static-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset.html
66 lines (66 loc) · 2.28 KB
/
reset.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="robots" content="nofollow,noindex" />
<meta name="viewport" content="width=device-width" />
<meta name="color-scheme" content="light dark" />
<title>Web App Reset</title>
<script src="/js/reset.js" referrerpolicy="no-referrer" async="" defer=""></script>
</head>
<body>
<div id="container">
<h1>Web App Reset</h1>
<blockquote>
This page is exclusively for clearing data saved by this web app.
If you were instructed to navigate to this page, it is most likely because
your browser was storing data that resulted in errors that could not be resolved
without clearing that data.
</blockquote>
<p>If supported, simply by visiting this page your browser has already cleared:</p>
<ul>
<li>Cookies</li>
<li>Local & Session Storage</li>
<li>HTTP Cache</li>
<li>Any Registered Service Workers</li>
<li>Service Worker Cache</li>
<li>IndexedDB databases</li>
</ul>
<p>
<b>Note:</b> If you are using a browser that supports the <code>Clear-Site-Data</code>
HTTP header, you do not need to take any further action. As of <time datetime="2020-10-03">Oct. 2020</time>, this is supported in the latest versions of:
<ul>
<li>Google Chrome 61+</li>
<li>Mozilla Firefox 63+</li>
<li>Microsoft Edge 79+ (<i>based on Chromium</i>)</li>
</ul>
It is not supported in:
<ul>
<li>Safari (<i>any version</i>)</li>
<li>Internet Explorer (<i>all versions</i>)</li>
<li>Chrome < 61 (<i>Sep. 2017</i>)</li>
<li>Firefox < 63 (<i>Sep. 2018</i>)</li>
<li>Edge < 79 (<i>Jan. 2020</i>)</li>
</ul>
</p>
<div>
<p>
If you are using an unsupported browser or you'd simply like to
be extra sure data is cleared, you may manually clear some data by clicking the
button below.
</p>
<div>
<button id="reset-btn" disabled="">Clear storage & Service Worker</button>
<span>or</span>
<a href="/" title="Go Home">Go to Home Page</a>
</div>
</div>
</div>
<noscript>
<p>
It appears that you have JavaScript disabled. Please enable JavaScript for
your browser or go back to the <a href="/" title="Home Page">Home Page</a>.
</p>
</noscript>
</body>
</html>