Skip to content

Commit 2afa7b7

Browse files
author
0c-coder
committed
Remove past_releases from app (build + home link)
1 parent c1262b3 commit 2afa7b7

104 files changed

Lines changed: 62 additions & 87893 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD.sh

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,7 @@ cp -a ./src/assets/* ./build/app/.
4848
cp -a ./src/assets/*.ico ./build/.
4949
cp -a ./src/release.js ./build/.
5050

51-
#cleanup possible bad folders
52-
rm -rf ./past_releases/${currentStage}
53-
rm -rf ./past_releases/${currentStage}_rc
54-
55-
#temp copy current copy into past_releases
56-
cp -a ./build ./past_releases/${currentStage}
57-
echo "module.exports=['${currentStage}'];" > ./past_releases/last_build.js
58-
59-
#build past_releases file
60-
node ./past_releases/build.past_releases.list.js
61-
62-
63-
#remove past_releases temp files
64-
rm ./past_releases/last_build.js
65-
rm -rf ./past_releases/${currentStage}
66-
67-
#copy past_releases folder into build dir
68-
cp -a ./past_releases ./build/.
69-
70-
#cleanup past_releases folder
71-
rm ./past_releases/past_releases.json
72-
73-
#remove builder script for past_releases file
74-
rm ./build/past_releases/build.past_releases.list.js
51+
# past_releases removed — no longer shipped with the OnlyAgent app
7552

7653

7754
#complete by moving build dir to docs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158026,4 +158026,4 @@ module.exports = __webpack_require__(/*! ./src/entry-devel.js */"./src/entry-dev
158026158026
/***/ })
158027158027

158028158028
/******/ });
158029-
//# sourceMappingURL=bundle.20e89a71a2e46fe39c2d.js.map
158029+
//# sourceMappingURL=bundle.bb0b53ee6f43689850ed.js.map

docs/app/bundle.20e89a71a2e46fe39c2d.js.map renamed to docs/app/bundle.bb0b53ee6f43689850ed.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/app/chat.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-zjEyYlt2TAfyxZBXky5boA=='; style-src 'self' 'unsafe-eval' 'nonce-B+w1fpRBYxni7rSR68eLzg==' 'nonce-p0aHorgrZhqw7YNJNjdCzg==' 'nonce-InzcOgBKHirEEQWr+TDk/w==' 'nonce-tmHG5Y/MC992lyjQm7nnGg=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-sdutwb9wP+PsKssoIKRpFA=='; style-src 'self' 'unsafe-eval' 'nonce-xwmhaNYARenTeCeK4K5WRg==' 'nonce-PUGEaYIcHzHbTZ5E0XL31Q==' 'nonce-IQJUZiwqbe3aaXrdGqfW4Q==' 'nonce-41Ws2FLZTMvPy8U6gn08tQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="B+w1fpRBYxni7rSR68eLzg==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="p0aHorgrZhqw7YNJNjdCzg==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="InzcOgBKHirEEQWr+TDk/w==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="tmHG5Y/MC992lyjQm7nnGg==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="xwmhaNYARenTeCeK4K5WRg==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="PUGEaYIcHzHbTZ5E0XL31Q==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="IQJUZiwqbe3aaXrdGqfW4Q==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="41Ws2FLZTMvPy8U6gn08tQ==">
88
</head>
99

1010
<body data-page="chat">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="zjEyYlt2TAfyxZBXky5boA=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="sdutwb9wP+PsKssoIKRpFA=="></script>
6767

6868

6969
</body></html>

docs/app/decrypt-file.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-3JhDocfUhPxbPMzLnCc/hA=='; style-src 'self' 'unsafe-eval' 'nonce-RpmRR/ocJHiABoCh16doPA==' 'nonce-WWU9PeSJq51u1O5CIBS5qA==' 'nonce-uNSQlEyNA7nAfbjrn1efDg==' 'nonce-H4WXgflJvwo/p2YjYLK/rQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-gsE88qBZB9rTCCxUmKKctA=='; style-src 'self' 'unsafe-eval' 'nonce-9j4SusgGpvpujP111oD4KQ==' 'nonce-Vy5IHSHStRwJm77manYVwA==' 'nonce-aTmvKRQ+6Z7SVRpQmFFGaQ==' 'nonce-011MNGfovjssNZG1a48wwQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="RpmRR/ocJHiABoCh16doPA==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="WWU9PeSJq51u1O5CIBS5qA==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="uNSQlEyNA7nAfbjrn1efDg==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="H4WXgflJvwo/p2YjYLK/rQ==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="9j4SusgGpvpujP111oD4KQ==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="Vy5IHSHStRwJm77manYVwA==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="aTmvKRQ+6Z7SVRpQmFFGaQ==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="011MNGfovjssNZG1a48wwQ==">
88
</head>
99

1010
<body data-page="decrypt-file">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="3JhDocfUhPxbPMzLnCc/hA=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="gsE88qBZB9rTCCxUmKKctA=="></script>
6767

6868

6969
</body></html>

docs/app/decrypt.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-+vWZSpiFY219HD5+S2aNog=='; style-src 'self' 'unsafe-eval' 'nonce-A8yZonjPRfwRo/lUzJOvKg==' 'nonce-4ZUBEM07tXYdoWsy0DSpTQ==' 'nonce-M89aNqBhlFzjGD6Jzv/LlQ==' 'nonce-2SqiIZmyh+tgeyUOI3b7cg=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-TOTWxKOosLx94OWL4JJJgA=='; style-src 'self' 'unsafe-eval' 'nonce-qsGZ3VVYOFTFs0sw6T/txw==' 'nonce-YghXAs/EIQuU2GWvXVjSDA==' 'nonce-Gi7epBCL1ZwDZZLgYJcYOg==' 'nonce-wlErGhO91ByokVFrz8xpOg=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="A8yZonjPRfwRo/lUzJOvKg==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="4ZUBEM07tXYdoWsy0DSpTQ==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="M89aNqBhlFzjGD6Jzv/LlQ==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="2SqiIZmyh+tgeyUOI3b7cg==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="qsGZ3VVYOFTFs0sw6T/txw==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="YghXAs/EIQuU2GWvXVjSDA==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="Gi7epBCL1ZwDZZLgYJcYOg==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="wlErGhO91ByokVFrz8xpOg==">
88
</head>
99

1010
<body data-page="decrypt">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="+vWZSpiFY219HD5+S2aNog=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="TOTWxKOosLx94OWL4JJJgA=="></script>
6767

6868

6969
</body></html>

docs/app/encrypt-file.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-+NsbhCfbz4jREJU09C+Vnw=='; style-src 'self' 'unsafe-eval' 'nonce-/r5UivZITOghAbH5PNauuQ==' 'nonce-2lcbJ19AsYQv2DTL35CKmA==' 'nonce-nmG5s0ZfAeyi02ZNeXXgmg==' 'nonce-SixuCv2RaH/DkkMP9AhByw=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-Ux9R5R/pJCco2PCvOx1U4g=='; style-src 'self' 'unsafe-eval' 'nonce-iaXrrW7N8QcupX/1OLg+pw==' 'nonce-fVLm8lLVO6iCx9j5mvxViA==' 'nonce-c/rfzXejBSt3xYWZNXXk/A==' 'nonce-lwDnAEtbWhAOaUCmfPuEYw=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="/r5UivZITOghAbH5PNauuQ==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="2lcbJ19AsYQv2DTL35CKmA==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="nmG5s0ZfAeyi02ZNeXXgmg==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="SixuCv2RaH/DkkMP9AhByw==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="iaXrrW7N8QcupX/1OLg+pw==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="fVLm8lLVO6iCx9j5mvxViA==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="c/rfzXejBSt3xYWZNXXk/A==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="lwDnAEtbWhAOaUCmfPuEYw==">
88
</head>
99

1010
<body data-page="encrypt-file">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="+NsbhCfbz4jREJU09C+Vnw=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="Ux9R5R/pJCco2PCvOx1U4g=="></script>
6767

6868

6969
</body></html>

docs/app/encrypt.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-OLqy3FCs7JZssApQdUI80g=='; style-src 'self' 'unsafe-eval' 'nonce-nf182fo6KZUAKrba24S9UQ==' 'nonce-mlYWKRgqlKGAwXaKGedUiQ==' 'nonce-mFbpv9A3x7PqnczGDBVAww==' 'nonce-tWkX67WIRe34xRGUtYMmwQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-Cy2HY3GgiRyVUwqbgtjDAA=='; style-src 'self' 'unsafe-eval' 'nonce-VNwBJekjT3wOLdYWhgIy2Q==' 'nonce-3N3eAq04ibD6hSblNihA7A==' 'nonce-NBN4kctDqUBakyoH7yeljA==' 'nonce-4Z78m7rqfvXgk88M9gpmLw=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="nf182fo6KZUAKrba24S9UQ==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="mlYWKRgqlKGAwXaKGedUiQ==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="mFbpv9A3x7PqnczGDBVAww==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="tWkX67WIRe34xRGUtYMmwQ==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="VNwBJekjT3wOLdYWhgIy2Q==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="3N3eAq04ibD6hSblNihA7A==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="NBN4kctDqUBakyoH7yeljA==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="4Z78m7rqfvXgk88M9gpmLw==">
88
</head>
99

1010
<body data-page="encrypt">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="OLqy3FCs7JZssApQdUI80g=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="Cy2HY3GgiRyVUwqbgtjDAA=="></script>
6767

6868

6969
</body></html>

docs/app/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-FtqEyRdrnFmF5frS2sHwQw=='; style-src 'self' 'unsafe-eval' 'nonce-nCm1SpBMHRcvHYFgeETzcQ==' 'nonce-D7EKRPoAwVmn0HAG9NzMvA==' 'nonce-Bc2C/XlI3huYRvZEGlSwgQ==' 'nonce-BOjBgF2HXV8+om/N8iPqiQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-8hsuC8qJdVcPMDRnjnBOyQ=='; style-src 'self' 'unsafe-eval' 'nonce-wtASO++YeM0/fSJ7Xbls9g==' 'nonce-jiL7+TE7yEfD2x+yh54GoA==' 'nonce-BX/ebFdfWH8lQPfU0iYJFw==' 'nonce-GcjIH19/AidZFd3rddMlWQ=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="nCm1SpBMHRcvHYFgeETzcQ==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="D7EKRPoAwVmn0HAG9NzMvA==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="Bc2C/XlI3huYRvZEGlSwgQ==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="BOjBgF2HXV8+om/N8iPqiQ==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="wtASO++YeM0/fSJ7Xbls9g==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="jiL7+TE7yEfD2x+yh54GoA==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="BX/ebFdfWH8lQPfU0iYJFw==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="GcjIH19/AidZFd3rddMlWQ==">
88
</head>
99

1010
<body data-page="index">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="FtqEyRdrnFmF5frS2sHwQw=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="8hsuC8qJdVcPMDRnjnBOyQ=="></script>
6767

6868

6969
</body></html>

docs/app/password-generator.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-X0+1SII36yy03S7b+RgUPQ=='; style-src 'self' 'unsafe-eval' 'nonce-8IfbU8zMjXwMWfdwKOcA6A==' 'nonce-GKL/cz99N030MgKBzk3vTw==' 'nonce-JLR02bJlgFwZBjIWh2B/mQ==' 'nonce-KUuFGs3nEh2SiWQ6/sGjRw=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
1+
<!DOCTYPE html><html><head><meta http-equiv="Content-Security-Policy" content="base-uri 'none'; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-u3q2Lg0aMah6GlEIi5cypw=='; style-src 'self' 'unsafe-eval' 'nonce-79yDbDxN3xZoFfHCO4lWcQ==' 'nonce-bVMFQWjB1xVbCxGGwSA8Fw==' 'nonce-9uXiGsUxvwkZ9AqHc6Y84A==' 'nonce-20/q5Czo2jKhp1t8aQHyww=='; default-src 'self'; img-src 'self' data: https://www.gravatar.com https://raw.githubusercontent.com/keybase/client/master/browser/images/icon-keybase-logo-128.png https://s3.amazonaws.com/keybase_processed_uploads/; connect-src 'self' https://keybase.io https://onlykey.herokuapp.com wss://onlykey.herokuapp.com">
22
<title>OnlyAgent — Encrypt &amp; sign in your browser</title>
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="8IfbU8zMjXwMWfdwKOcA6A==">
5-
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="GKL/cz99N030MgKBzk3vTw==">
6-
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="JLR02bJlgFwZBjIWh2B/mQ==">
7-
<link href="css/tokenizer.css" rel="stylesheet" nonce="KUuFGs3nEh2SiWQ6/sGjRw==">
4+
<link href="css/bootstrap.min.css" rel="stylesheet" nonce="79yDbDxN3xZoFfHCO4lWcQ==">
5+
<link href="css/font-awesome.min.css" rel="stylesheet" nonce="bVMFQWjB1xVbCxGGwSA8Fw==">
6+
<link href="css/onlyagent-theme.css" rel="stylesheet" nonce="9uXiGsUxvwkZ9AqHc6Y84A==">
7+
<link href="css/tokenizer.css" rel="stylesheet" nonce="20/q5Czo2jKhp1t8aQHyww==">
88
</head>
99

1010
<body data-page="password-generator">
@@ -63,7 +63,7 @@ <h2 class="text-danger">This App Requires JavaScript to work.</h2>
6363
<a href="https://docs.crp.to/webcrypt.html">Help</a>
6464
</div>
6565
</div></footer>
66-
<script src=".././app/bundle.20e89a71a2e46fe39c2d.js" nonce="X0+1SII36yy03S7b+RgUPQ=="></script>
66+
<script src=".././app/bundle.bb0b53ee6f43689850ed.js" nonce="u3q2Lg0aMah6GlEIi5cypw=="></script>
6767

6868

6969
</body></html>

0 commit comments

Comments
 (0)