[PR #707] [MERGED] Fix check for crypto.subtle #3269

Closed
opened 2026-02-28 20:39:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/707
Author: @j-f1
Created: 2/28/2023
Status: Merged
Merged: 2/28/2023
Merged by: @j-f1

Base: masterHead: jed/fix-crypto-check


📝 Commits (1)

  • e8ffb64 Fix check for crypto.subtle

📊 Changes

1 file changed (+1 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/Encryption.js (+1 -3)

📄 Description

It turns out hasOwnProperty(crypto, 'subtle') always returns false.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/707 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/fix-crypto-check` --- ### 📝 Commits (1) - [`e8ffb64`](https://github.com/actualbudget/actual/commit/e8ffb64e5a4e2ab7a4cb80b5a2551025579ba97e) Fix check for crypto.subtle ### 📊 Changes **1 file changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Encryption.js` (+1 -3) </details> ### 📄 Description It turns out `hasOwnProperty(crypto, 'subtle')` always returns false. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:39:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3269