https://github.com/binghuis/htmlbox
https://github.com/binghuis/htmlbox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binghuis/htmlbox
- Owner: binghuis
- Created: 2025-02-19T02:48:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T05:37:22.000Z (8 months ago)
- Last Synced: 2025-06-23T09:07:43.233Z (4 months ago)
- Language: CSS
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htmlbox
基于 iframe 沙盒实现的 HTML 预览方案。
💡 灵感来源于 poe.com 的画布功能和 chatgpt.com 的预览功能。
用于将 LLM 生成的 html 代码在主应用预览,并做安全处理如下:
- CSP 内容安全策略处理
- console 拦截
- 新开标签页行为上报使用时将此项目部署到主应用同源 CDN 上,并使用 postMessage 传输数据。