deerflow2/frontend/src/components/workspace/artifacts
yangzheli 636053fb6d
fix(frontend): add missing rel="noopener noreferrer" to target="_blank" links (#1741)
* fix(frontend): add missing rel="noopener noreferrer" to target="_blank" links

Prevent tabnabbing attacks and referrer leakage by ensuring all
external links with target="_blank" include both noopener and
noreferrer in the rel attribute.

Made-with: Cursor

* style: fix code formatting
2026-04-02 17:32:52 +08:00
..
artifact-file-detail.tsx fix(frontend): add missing rel="noopener noreferrer" to target="_blank" links (#1741) 2026-04-02 17:32:52 +08:00
artifact-file-list.tsx fix(frontend): add missing rel="noopener noreferrer" to target="_blank" links (#1741) 2026-04-02 17:32:52 +08:00
artifact-trigger.tsx Refactor hooks and improve error handling in chat functionality (#962) 2026-03-04 09:50:45 +08:00
context.tsx Enhance chat UI and compatible anthropic thinking messages (#1018) 2026-03-08 20:19:31 +08:00
index.ts feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00