[PR #1895] [MERGED] security: Use preload to disable nodeIntegration #3660

Closed
opened 2026-02-27 01:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1895
Author: @zxdong262
Created: 11/17/2020
Status: Merged
Merged: 11/17/2020
Merged by: @zxdong262

Base: masterHead: preload


📝 Commits (1)

  • 2b81bcd security: Use preload to disable nodeIntegration

📊 Changes

14 files changed (+65 additions, -45 deletions)

View changed files

📝 build/webpack.config.js (+1 -1)
📝 src/app/app.js (+3 -2)
src/app/preload/preload.js (+43 -0)
📝 src/client/common/clipboard.js (+2 -2)
📝 src/client/common/is-valid-path.js (+1 -2)
src/client/common/log.js (+0 -5)
📝 src/client/common/resolve.js (+1 -1)
📝 src/client/components/common/show-item.jsx (+1 -1)
📝 src/client/components/main/main.jsx (+8 -8)
📝 src/client/components/sftp/file-item.jsx (+1 -2)
📝 src/client/components/sftp/file-read.js (+1 -3)
📝 src/client/entry/index.jsx (+0 -1)
📝 src/client/store/system-menu.js (+2 -3)
📝 src/views/index.pug (+1 -14)

📄 Description

No description provided


🔄 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/electerm/electerm/pull/1895 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/17/2020 **Status:** ✅ Merged **Merged:** 11/17/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `preload` --- ### 📝 Commits (1) - [`2b81bcd`](https://github.com/electerm/electerm/commit/2b81bcdc46097b118d377d6118ce273981833456) security: Use preload to disable nodeIntegration ### 📊 Changes **14 files changed** (+65 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `build/webpack.config.js` (+1 -1) 📝 `src/app/app.js` (+3 -2) ➕ `src/app/preload/preload.js` (+43 -0) 📝 `src/client/common/clipboard.js` (+2 -2) 📝 `src/client/common/is-valid-path.js` (+1 -2) ➖ `src/client/common/log.js` (+0 -5) 📝 `src/client/common/resolve.js` (+1 -1) 📝 `src/client/components/common/show-item.jsx` (+1 -1) 📝 `src/client/components/main/main.jsx` (+8 -8) 📝 `src/client/components/sftp/file-item.jsx` (+1 -2) 📝 `src/client/components/sftp/file-read.js` (+1 -3) 📝 `src/client/entry/index.jsx` (+0 -1) 📝 `src/client/store/system-menu.js` (+2 -3) 📝 `src/views/index.pug` (+1 -14) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3660
No description provided.