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?
Priority (optional)
How important is this to you?
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>
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?
Priority (optional)
How important is this to you?
Additional Context