Skip to content

fix: harden field handling and prepare release v3.4.1#21

Merged
granlem merged 4 commits intomasterfrom
release/v3.4.1
Mar 11, 2026
Merged

fix: harden field handling and prepare release v3.4.1#21
granlem merged 4 commits intomasterfrom
release/v3.4.1

Conversation

@granlem
Copy link
Copy Markdown
Contributor

@granlem granlem commented Mar 11, 2026

Summary

This PR prepares PassSec+ v3.4.1 and includes the following changes:

  • ignore readonly fields
  • observe dynamically added or updated fields
  • require trusted user clicks for button actions
  • bump the extension version in manifest.json to 3.4.1

Why

Readonly fields should not be highlighted because the user cannot enter data there.
Some fields are added or changed dynamically after the initial page load, so they also need to be handled.
In addition, button actions should only react to real user interaction.

Notes

This covers the fix proposed in #19 and extends it with observer support for dynamic fields and trusted-click checks.

Fixes #18
Supersedes #19

@granlem granlem merged commit 4dd1348 into master Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not highlight readonly fields

1 participant