Skip to content

[BUG] CSP eval blocked and form accessibility warnings #342

@ajinkyap9

Description

@ajinkyap9

Description

I noticed the following warnings while reviewing the project:

Content Security Policy (CSP) – eval blocked
CSP is blocking the use of eval, which suggests that some code or dependency is attempting unsafe string-based execution. Avoiding eval is recommended for improved security and CSP compliance.

Accessibility issue – Labels not associated with inputs
Some <label> elements are not properly associated with their corresponding form fields, which can impact screen reader accessibility and overall usability.

Minor enhancement – Missing autocomplete attributes
Certain form inputs are missing autocomplete attributes, which could be added to improve user experience.

Sharing this for visibility and potential improvements in security and accessibility.
Let me know if you’d like me to raise a PR to address these items.

Image

Screenshots

No response

Any additional information?

No response

What browser are you seeing the problem on?

No response

Checklist

  • I have starred the repository
  • I have checked the existing issues
  • I have read the discussion tab thoroughly and got the project idea
  • I am willing to work on this issue (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions