youtube-audio icon indicating copy to clipboard operation
youtube-audio copied to clipboard

Fix host permissions

Open NathanJRollins opened this issue 5 years ago • 1 comments

The correctly formatted host permissions for YouTube's domain are "*://*.youtube.com/*".

The current formatting (as of 305f5bbf3b4d4bdbac015330546ad92e183496c4 ) will not allow the extension to be loaded. An error is displayed when you try.

Even with the correct formatting however, the extension fails to work correctly. It simply doesn't remove the video as intended. Reverting to the wildcard permissions of a couple commits ago ( "*://*/*" ) rectifies this.

So we need to either revert the project to 7dede357835d986741e206978c4e7a30d3e7c946 or discover a way to make it function within a more limited scope of permissions.

NathanJRollins avatar Jun 25 '19 06:06 NathanJRollins

I've created a pull request aiming to revert this to a functional state until another solution is found. -> #13

NathanJRollins avatar Jun 26 '19 02:06 NathanJRollins