This commit is contained in:
GitHub Action 2020-05-04 17:48:47 +00:00
parent 97e0916b8c
commit b8cad5bad7
7 changed files with 53 additions and 5 deletions

View File

@ -1,2 +1,2 @@
f683f14a3024d69e14515f982b1d3398317e39da
Sat May 2 12:05:26 UTC 2020
03c44d76c908b00a970da3037b0130e77686be8c
Mon May 4 17:48:47 UTC 2020

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2020-05-02:v1.14.1
# 2020-05-04:v1.14.2
# updmin:v8.0.0
NETWORK:

16
oauth-result/dropbox.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KeeWeb</title>
</head>
<body>
<script>
window.opener.postMessage(
{ storage: 'dropbox', search: location.search },
window.location.origin
);
window.close();
</script>
</body>
</html>

16
oauth-result/gdrive.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KeeWeb</title>
</head>
<body>
<script>
window.opener.postMessage(
{ storage: 'gdrive', search: location.search },
window.location.origin
);
window.close();
</script>
</body>
</html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KeeWeb</title>
</head>
<body>
<script>
window.opener.postMessage(
{ storage: 'onedrive', search: location.search },
window.location.origin
);
window.close();
</script>
</body>
</html>

View File

@ -1,4 +1,4 @@
const VERSION = '1.14.1';
const VERSION = '1.14.2';
self.addEventListener('install', event =>
event.waitUntil(