Skip to content

Commit d740aaf

Browse files
committed
whitelist steamdb.info (0.8.52)
1 parent 8cf72fe commit d740aaf

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Auto Referer",
33
"description": "Control referer to protect privacy and not break web",
44
"manifest_version": 2,
5-
"version": "0.8.51",
5+
"version": "0.8.52",
66
"homepage_url": "https://github.com/garywill/autoReferer",
77
"author": {
88
"name": "Garywill",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Auto Referer",
33
"description": "Control referer to protect privacy and not break web",
44
"manifest_version": 2,
5-
"version": "0.8.51",
5+
"version": "0.8.52",
66
"homepage_url": "https://garywill.github.io",
77
"developer": {
88
"name": "Garywill",

whitelist.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const buildin_whitelist = [
1616

1717
"jlcpcb.com", "easyeda.com", "jlc3dp.com", "jlcmc.com", "oshwlab.com",
1818
],
19+
20+
"steamdb.info",
1921
];
2022

2123

0 commit comments

Comments
 (0)