Skip to content

Commit 6957596

Browse files
authored
Add wx8.qq.com to domain list (#8)
1 parent a844c63 commit 6957596

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let wechatHeaders = {
44
"client-version": "2.0.0",
55
};
66

7-
let wechatUrls = ["https://wx.qq.com/*", "https://web.wechat.com/*", "https://wx2.qq.com/*"];
7+
let wechatUrls = ["https://wx.qq.com/*", "https://web.wechat.com/*", "https://wx2.qq.com/*", "https://wx8.qq.com/*"];
88

99
chrome.webRequest.onBeforeRequest.addListener(
1010
function (details) {

manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"webRequestBlocking",
99
"https://wx.qq.com/*",
1010
"https://web.wechat.com/*",
11-
"https://wx2.qq.com/*"
11+
"https://wx2.qq.com/*",
12+
"https://wx8.qq.com/*"
1213
],
1314

1415
"background": {

0 commit comments

Comments
 (0)