Replace deprecated document.execCommand with modern Clipboard API
- Replace document.execCommand('copy') with navigator.clipboard.writeText()
- Add fallback function for older browsers or non-secure contexts
- Fixes CSP eval blocking issues in modern browsers
- Improves clipboard functionality with better error handling
Showing
Please
register
or
sign in
to comment