Skip to content
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 a chrome://flags to disable insecure form blocking page #2675

Open
1 task done
Michal-Szczepaniak opened this issue Jan 17, 2024 · 0 comments
Open
1 task done

Comments

@Michal-Szczepaniak
Copy link
Contributor

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant