Add a chrome://flags to disable insecure form blocking page
#2,675 opened on 2024年1月17日
Repository metrics
- Stars
- (18,674 stars)
- PR merge metrics
- (平均マージ 1d 11h) (30d で 9 merged PRs)
説明
Description
I want to have an option to disable insecure form blocking page because i'm doing it on purpose, because it's localhost and i'm just trying to work and i'm tired of clicking send anyway for millionth time
Who's implementing?
- I'm willing to implement this feature myself
The problem
I am web developer and I've been trying to implement PunchOut system and the PunchOut tester website linked below sends form from https website to my localhost http website and every single time i am getting this stupid page notifying me that i'm doing something i'm well aware of because i am doing it on purpose and i'm genuinely fed up with clicking send anyway. Every time i change something and want to validate changes i have to click send anyway which makes me click send anyway couple thousand times per day.
Possible solutions
I've narrowed this page to originate in ./components/security_interstitials/content/insecure_form_blocking_page.cc so if we could just add a chrome flag that makes the if's always return false that would help me great time.
Alternatives
No response
Additional context
No response