Changed URL to httpbin.org in the permissions

It looks like in a previous change the website used to demonstrate the
useragent rewriting was changed but the addon permission wasn't updated
so the demonstration didn't work.
This commit is contained in:
Jonathan Nakandala
2017-03-29 11:20:05 +01:00
parent 0f846f5a71
commit 6785c46c89

View File

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