Improve: Exclude sensitive Linux pastes from history#455
Open
Sewer56 wants to merge 10000 commits intoProtonMail:mainfrom
Open
Improve: Exclude sensitive Linux pastes from history#455Sewer56 wants to merge 10000 commits intoProtonMail:mainfrom
Sewer56 wants to merge 10000 commits intoProtonMail:mainfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related:
--secretflag settingx-kde-passwordManagerHintbugaevc/wl-clipboard#177This PR enables the
x-kde-passwordManagerHintMIME on clipboard writes viaexclude_from_history().Although originally a KDE invention, this is commonly supported across various software in the Linux ecosystem (including other password managers) and should prevent certain clipboard managers from storing passwords inside unencrypted clipboard history, which is undesired.
Unfortunately, I have not been able to test if this works on my live system.
Due to following issue:
I couldn't get any of the workarounds to work.
After I already spent ~2 hours, 1.5h of which were just trying to get it to build 😅 Sewer56@de6b93e#diff-cef540503c67fa4a36d1b9fe95a62f979c4b8b2bc43a6e023e250b7154341afc (👈 Reproducible direnv/devenv)
[Between having no real webdev experience with yarn, etc. undocumented dependencies, and NixOS; getting it to build at all was not easy. Biggest thing was not knowing
package.jsoninside each project exposes ascripts, which contains the runnable items.]Anyway, I'll leave the rest up to you folks.