-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable clipboard history #251
Conversation
Awesome, thank you @SnowzNZ . I'm happy to receive first PR utilizing more complex logic with functions, these kind of PRs make my job much easier so I can delegate these stuff and focus on some nice features like import/export etc 🥹❤️
call:
-
function: DisablePerUserService
// ..
-
function: RunInlineCode
parameters:
code: reg add ...
revertCode: reg delete.. This way it will be sequence of calls and compiler will handle both. After this syntax change integration and unit tests will be green so it will not break. |
976bdd4
to
ff165c9
Compare
Changed. I just took the value that the user in the issue used.
Changed.
Fixed. |
ff165c9
to
4beb1bb
Compare
Yea, we did not conduct a review of revert logic there. All looks good @SnowzNZ, I will merge this in next minor release. |
67fbe52
to
65f121c
Compare
8539ba5
to
53222fd
Compare
3f2a8d7
to
cf55ca9
Compare
35b9dde
to
5e359c2
Compare
8930593
to
3b1a89c
Compare
f4efa87
to
756c736
Compare
1c51622
to
6ada8d4
Compare
Very simple conflict. I cannot solve this, I will add this manually today. |
This commit adds scripts to secure clipboard by disabling clipboard synchronization and history. These changes aim to prevent sensitive data like passwords and credit card details from being inadvertently stored or shared via the cloud.
adds #247