Flkalas / TwitterMediaAssist

Twitter Media Assist
https://addons.mozilla.org/en-US/firefox/addon/twitter-media-assist-ff
MIT License
83 stars 18 forks source link

Error in Waterfox downloading GIF #7

Open andreacc opened 4 years ago

andreacc commented 4 years ago

GIF download was not working in Waterfox (with tracking protection enabled). The error in browser console was:

"The resource at "https://video.twimg.com/tweet_video/..." was blocked because tracking protection is enabled."

Apparently, adding "https://video.twimg.com/" to the "permissions" of the addon on manifest.json was enough to fix it. Maybe waterfox doesn't accept wildcards to bypass tracking protection?

andreacc commented 4 years ago

9