mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-23 06:08:06 +03:00
Merge pull request #2395 from ShreyMarwaha/fix/add-clipboard-write-permission
fix: Add missing clipboard write permission
This commit is contained in:
@@ -2205,6 +2205,7 @@ function openInfoMenu() {
|
||||
popup.id = "sponsorBlockPopupContainer";
|
||||
|
||||
const frame = document.createElement("iframe");
|
||||
frame.allow = "clipboard-write";
|
||||
frame.width = "374";
|
||||
frame.height = "500";
|
||||
frame.style.borderRadius = "12px";
|
||||
|
||||
Reference in New Issue
Block a user