ungoogled-software/ungoogled-chromium

Add a chrome://flags to disable insecure form blocking page

Open

#2,675 opened on Jan 17, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

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

Contributor guide