Skip to content

Commit d77fd19

Browse files
author
Sami Vänttinen
authored
Merge pull request #2195 from keepassxreboot/fix/remove_scripts_from_manifest
Remove obsolete hashed scripts from manifest
2 parents 3f378ec + 3535a42 commit d77fd19

7 files changed

Lines changed: 16 additions & 14 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.9.0.5 (2024-05-12)
2+
=========================
3+
- Remove obsolete hashed scripts from manifest [#2195]
4+
15
1.9.0.4 (2024-05-03)
26
=========================
37
- Passkeys: Wrap response to PublicKeyCredential [#2178]

dist/manifest_chromium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.0.4",
5-
"version_name": "1.9.0.4",
4+
"version": "1.9.0.5",
5+
"version_name": "1.9.0.5",
66
"minimum_chrome_version": "93",
77
"description": "__MSG_extensionDescription__",
88
"author": "KeePassXC Team",

dist/manifest_firefox.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.0.4",
4+
"version": "1.9.0.5",
55
"description": "__MSG_extensionDescription__",
66
"author": "KeePassXC Team",
77
"icons": {
@@ -156,7 +156,6 @@
156156
"http://*/*",
157157
"https://api.github.com/"
158158
],
159-
"content_security_policy": "script-src 'self' 'sha256-4nJ8uLezzRE3SiBFdkVN/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
160159
"applications": {
161160
"gecko": {
162161
"id": "keepassxc-browser@keepassxc.org",

keepassxc-browser/_locales/ja/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,23 +1263,23 @@
12631263
"description": "Extension title in settings page"
12641264
},
12651265
"optionsPasskeysTitle": {
1266-
"message": "Passkeys",
1266+
"message": "パスキー",
12671267
"description": "Passkeys settings title in settings page."
12681268
},
12691269
"optionsPasskeysEnable": {
1270-
"message": "Enable passkeys",
1270+
"message": "パスキーを有効にする",
12711271
"description": "Enabled passkeys option text."
12721272
},
12731273
"optionsPasskeysEnableHelpText": {
1274-
"message": "Enable support for Web Authentication.",
1274+
"message": "ウェブ認証への対応を有効にします。",
12751275
"description": "Passkeys option help text."
12761276
},
12771277
"optionsPasskeysEnableFallback": {
12781278
"message": "パスキーのフォールバックを有効にする",
12791279
"description": "Enabled passkeys fallback option text."
12801280
},
12811281
"optionsPasskeysEnableFallbackHelpText": {
1282-
"message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.",
1282+
"message": "有効にすると、KeePassXC へのリクエストに失敗したりキャンセルされた場合に、ブラウザー内部のパスキーリクエストを開始します。無効にすると KeePassXC への接続が必須になり、リクエストをキャンセルすると登録失敗になります。デフォルト: 有効。",
12831283
"description": "Passkeys fallback option help text."
12841284
},
12851285
"openNewTab": {

keepassxc-browser/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.0.4",
5-
"version_name": "1.9.0.4",
4+
"version": "1.9.0.5",
5+
"version_name": "1.9.0.5",
66
"minimum_chrome_version": "93",
77
"description": "__MSG_extensionDescription__",
88
"author": "KeePassXC Team",
@@ -158,7 +158,6 @@
158158
"http://*/*",
159159
"https://api.github.com/"
160160
],
161-
"content_security_policy": "script-src 'self' 'sha256-o4BRBtP28Aof7Hm1dUp+wlMic7aYLfwjS3E5vTxthQU=' 'sha256-4nJ8uLezzRE3SiBFdkVN/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
162161
"applications": {
163162
"gecko": {
164163
"id": "keepassxc-browser@keepassxc.org",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keepassxc-browser",
3-
"version": "1.9.0.4",
3+
"version": "1.9.0.5",
44
"description": "KeePassXC-Browser",
55
"main": "build.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)