mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-04 09:43:17 +08:00
修复Base64预处理器未能正确处理某些订阅的问题
This commit is contained in:
@@ -862,7 +862,9 @@ var ProxyUtils = (function () {
|
||||
function Base64Encoded() {
|
||||
const name = "Base64 Pre-processor";
|
||||
|
||||
const keys = ["dm1lc3M", "c3NyOi8v", "dHJvamFu", "c3M6Ly", "c3NkOi8v"];
|
||||
const keys = ["dm1lc3M", "c3NyOi8v", "dHJvamFu", "c3M6Ly", "c3NkOi8v",
|
||||
"c2hhZG93", "aHR0c"
|
||||
];
|
||||
|
||||
const test = function (raw) {
|
||||
return keys.some(k => raw.indexOf(k) !== -1);
|
||||
|
||||
Reference in New Issue
Block a user