Skip to content

[FEATURE] Add "Exclude Patterns" Setting #4

@emike09

Description

@emike09

name: 💡 Feature Request
about: Suggest an idea or improvement for Stop Autofill
title: "[Feature] Add "Exclude Patterns" Setting "
labels: enhancement
assignees: @emike09 ''

Problem / Use Case

SAF may break JavaScript validation or submission logic
Stop Autofill sets autocomplete="off" on form inputs
for some website JavaScript might be checking the autocomplete attribute value before submitting
When we change it, their validation fails → "failed to load x"

Proposed Solution

Add "Exclude Patterns" Setting in the settings UI to allow exclusions to entire site ranges.

Alternatives Considered

Detect Form Submission Errors. Auto-disable if forms break. Monitor for failed submissions and offer to disable. COMPLEX

Scope

Where would this apply?

  • Global / settings
  • This website
  • This page
  • Element rules
  • UI / UX

Priority (optional)

How important is this to you?

  • Nice to have
  • Important
  • Critical for my workflow

Additional Context

Excluded URLs
URL patterns to never block (one per line). Example: *://*.website.*, *://website.io/*
<textarea id="excludePatterns" rows="4" placeholder="Enter URL patterns..."></textarea>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions