-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add "Force paste" option that bypasses onpaste handlers #22567
Comments
Verification
Followed test plan from ##22567 (comment)
|
Verification
|
Brave | 1.41.50 Chromium: 102.0.5005.99 (Official Build) nightly (x86_64) |
---|---|
Revision | 870f7bcc58dfa811cc68c2186439721385e086d0-refs/branch-heads/5005@{#1125} |
OS | macOS Version 12.5 (Build 21G5037d) |
Followed test plan from ##22567 (comment)
Steps
- installed 1.41.50
- launched Brave
- loaded
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onpaste
- confirmed
Force Paste
option is added to context menu - copied text (
brave
) andForce paste
d into the input field - confirmed
Your pasted text!
is not shown - verified
Your pasted text!
is still shown when copy and paste text (brave
) into the input field
Step 4 | Steps 5&6 | Step 7 |
---|---|---|
Verification
|
Brave | 1.41.80 Chromium: 103.0.5060.53 (Official Build) beta (64-bit) |
---|---|
Revision | a1711811edd74ff1cf2150f36ffa3b0dae40b17f-refs/branch-heads/5060@{#853} |
OS | Linux |
Followed test plan from ##22567 (comment)
Steps
- installed 1.41.80
- launched Brave
- loaded
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onpaste
- confirmed
Force Paste
option is added to context menu - copied text (
brave
) andForce paste
d into the input field - confirmed
Your pasted text!
is not shown - verified
Your pasted text!
is still shown when copy and paste text (brave
) into the input field
Step 4 | Steps 5&6 | Step 7 |
---|---|---|
How do I enable force paste by default? I don't want to have to keep clicking this menu. There should be an option to always force paste. |
Please open a new issue for this request, this issue is closed. |
Description
Some sites use onpaste handlers to prevent pasting things like passwords. This is obviously bad (you should be using a password manager) and annoying. We should have a way to paste without triggering onpaste handlers
Steps to Reproduce
Expected result:
The text was updated successfully, but these errors were encountered: