Merge pull request #201 from JonathanNakandala/url-fix-user-agent-rewriter

Changed URL to httpbin.org in the permissions
This commit is contained in:
Andy McKay
2017-03-29 08:53:15 -07:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
},
"permissions": [
"webRequest", "webRequestBlocking", "http://useragentstring.com/*"
"webRequest", "webRequestBlocking", "https://httpbin.org/*"
],
"background": {