MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Stop "Watch on youtube" popup windows from being blocked #753

Closed smallsaucepan closed 3 months ago

smallsaucepan commented 3 months ago

Adds allow-popups-to-escape-sandbox to the sandbox attribute of embedded youtube iframes. This flag allows the new window to open without it being bound by the sandbox flags mltshp chooses to use.

Unit tests pass. Tested on Arc, Chrome, Firefox and Safari on Mac.

Resolves #746