mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
Merge pull request #201 from JonathanNakandala/url-fix-user-agent-rewriter
Changed URL to httpbin.org in the permissions
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