hls.js icon indicating copy to clipboard operation
hls.js copied to clipboard

GM_xmlhttprequest

Open skykep opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

A tampermonkey script we use to embed video into a site is now unusable because the site updated their content security policy to only allow self. Because of the xmlhttprequest, it's being blocked.

Describe the solution you'd like

Possible to include a release that uses GM_xmlhttprequest instead?

Additional context

Using the GM xhr, we've had success getting around this block, but I am not sure this is something I can handle myself if I were to create a fork of this.

skykep avatar Aug 14 '22 19:08 skykep