Skip to content

Commit

Permalink
Merge pull request #2195 from keepassxreboot/fix/remove_scripts_from_…
Browse files Browse the repository at this point in the history
…manifest

Remove obsolete hashed scripts from manifest
  • Loading branch information
varjolintu committed May 12, 2024
2 parents 3f378ec + 3535a42 commit d77fd19
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.0.5 (2024-05-12)
=========================
- Remove obsolete hashed scripts from manifest [#2195]

1.9.0.4 (2024-05-03)
=========================
- Passkeys: Wrap response to PublicKeyCredential [#2178]
Expand Down
4 changes: 2 additions & 2 deletions dist/manifest_chromium.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "KeePassXC-Browser",
"version": "1.9.0.4",
"version_name": "1.9.0.4",
"version": "1.9.0.5",
"version_name": "1.9.0.5",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
Expand Down
3 changes: 1 addition & 2 deletions dist/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.0.4",
"version": "1.9.0.5",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {
Expand Down Expand Up @@ -156,7 +156,6 @@
"http://*/*",
"https://api.github.com/"
],
"content_security_policy": "script-src 'self' 'sha256-4nJ8uLezzRE3SiBFdkVN/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
"applications": {
"gecko": {
"id": "keepassxc-browser@keepassxc.org",
Expand Down
8 changes: 4 additions & 4 deletions keepassxc-browser/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,23 +1263,23 @@
"description": "Extension title in settings page"
},
"optionsPasskeysTitle": {
"message": "Passkeys",
"message": "パスキー",
"description": "Passkeys settings title in settings page."
},
"optionsPasskeysEnable": {
"message": "Enable passkeys",
"message": "パスキーを有効にする",
"description": "Enabled passkeys option text."
},
"optionsPasskeysEnableHelpText": {
"message": "Enable support for Web Authentication.",
"message": "ウェブ認証への対応を有効にします。",
"description": "Passkeys option help text."
},
"optionsPasskeysEnableFallback": {
"message": "パスキーのフォールバックを有効にする",
"description": "Enabled passkeys fallback option text."
},
"optionsPasskeysEnableFallbackHelpText": {
"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.",
"message": "有効にすると、KeePassXC へのリクエストに失敗したりキャンセルされた場合に、ブラウザー内部のパスキーリクエストを開始します。無効にすると KeePassXC への接続が必須になり、リクエストをキャンセルすると登録失敗になります。デフォルト: 有効。",
"description": "Passkeys fallback option help text."
},
"openNewTab": {
Expand Down
5 changes: 2 additions & 3 deletions keepassxc-browser/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.0.4",
"version_name": "1.9.0.4",
"version": "1.9.0.5",
"version_name": "1.9.0.5",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
Expand Down Expand Up @@ -158,7 +158,6 @@
"http://*/*",
"https://api.github.com/"
],
"content_security_policy": "script-src 'self' 'sha256-o4BRBtP28Aof7Hm1dUp+wlMic7aYLfwjS3E5vTxthQU=' 'sha256-4nJ8uLezzRE3SiBFdkVN/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
"applications": {
"gecko": {
"id": "keepassxc-browser@keepassxc.org",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keepassxc-browser",
"version": "1.9.0.4",
"version": "1.9.0.5",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
Expand Down

0 comments on commit d77fd19

Please sign in to comment.