You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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?
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.
tester page
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
The text was updated successfully, but these errors were encountered: