-
Notifications
You must be signed in to change notification settings - Fork 76
Description
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.
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)