paperclip/ui/src
JonCSykes a4702e48f9 Add sanitization for SVG uploads and enhance security headers for asset responses
- Introduced SVG sanitization using `dompurify` to prevent malicious content.
- Updated tests to validate SVG sanitization with various scenarios.
- Enhanced response headers for assets, adding CSP and nosniff for SVGs.
- Adjusted UI to better clarify supported file types for logo uploads.
- Updated dependencies to include `jsdom` and `dompurify`.
2026-03-06 17:18:43 -05:00
..
adapters feat(ui): hide sensitive OpenClaw fields behind password toggle with eye icon 2026-03-06 14:36:02 -06:00
api Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements. 2026-03-06 16:39:35 -05:00
components Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements. 2026-03-06 16:39:35 -05:00
context Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements. 2026-03-06 16:39:35 -05:00
hooks refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
lib Merge pull request #141 from aaaaron/integrate-opencode-pr62 2026-03-06 11:32:03 -06:00
pages Add sanitization for SVG uploads and enhance security headers for asset responses 2026-03-06 17:18:43 -05:00
App.tsx ui: persist onboarding wizard across route redirects 2026-03-03 12:03:23 -06:00
index.css Brighten destructive/error red in dark mode for readability 2026-03-06 13:53:08 -06:00
main.tsx feat(ui): add PWA configuration with service worker and enhanced manifest 2026-03-05 17:01:07 -06:00