Self Checks
Cloudreve version
4.15.0
Pro or Community Edition
Pro
Database type
PostgreSQL
Browser and operating system
Chrome 147.0.7727.137
Steps to reproduce
- Open .drawio file
- Run File->Export as -> PNG -> Export
- Run Copy
- See
✔️ Expected Behavior
File copied to clipboard
❌ Actual Behavior
Error
Failed to execute 'write' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://crbug.com/414348233 for more details.
Addition context information
Need to add allow="clipboard-read; clipboard-write" to iframe with draw.io
Self Checks
Cloudreve version
4.15.0
Pro or Community Edition
Pro
Database type
PostgreSQL
Browser and operating system
Chrome 147.0.7727.137
Steps to reproduce
✔️ Expected Behavior
File copied to clipboard
❌ Actual Behavior
Error
Failed to execute 'write' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://crbug.com/414348233 for more details.
Addition context information
Need to add
allow="clipboard-read; clipboard-write"to iframe with draw.io