mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Disable one-time-code AutoFill heuristics in Emacs.app
* nextstep/templates/Info.plist.in: Set NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac to true. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
51703705e7
commit
8486669e37
1 changed files with 6 additions and 0 deletions
|
|
@ -695,5 +695,11 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
|||
<string>Emacs requires permission to access files on Removable Volumes.</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>Emacs requires permission to handle any speech recognition.</string>
|
||||
<!-- Prevent macOS 26 (Tahoe) and later from spawning an
|
||||
"AutoFill (Emacs)" helper process that heuristically scans
|
||||
text fields for one-time codes; Emacs never marks fields as
|
||||
one-time-code, so the helper is pure overhead. -->
|
||||
<key>NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue