mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-19 13:00:54 +00:00
- Added the `sandbox="allow-scripts"` attribute to iframes to improve security by restricting their capabilities. - Replaced `src` attributes with `srcdoc` for better control over iframe content and to avoid potential security risks associated with data URIs.