mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
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:
@@ -10,7 +10,7 @@
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"webRequest", "webRequestBlocking", "http://useragentstring.com/*"
|
||||
"webRequest", "webRequestBlocking", "https://httpbin.org/*"
|
||||
],
|
||||
|
||||
"background": {
|
||||
|
||||
Reference in New Issue
Block a user