Trinovantes / userscript-youtube-playlist-organizer

Drag and drop interface to organize playlists on YouTube
GNU Affero General Public License v3.0
23 stars 0 forks source link

CSP blocks the script #20

Closed dmitrybabich closed 1 month ago

dmitrybabich commented 1 month ago

Due to the CSP headers, looks like changing DOM via VUE is not possible. As a workaround, this extension can be used

https://chromewebstore.google.com/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden?hl=en

Trinovantes commented 1 month ago

Vue 3.5.0 added trusted types so it should be fixed after I upgraded all the dependencies