(value)
| 28550 | |
| 28551 | // 注册按键 |
| 28552 | function normalizeDisableKeySites(value) { |
| 28553 | if (!value) return []; |
| 28554 | return value.split("\n").map(s => s.trim()).filter(Boolean); |
| 28555 | } |
| 28556 | |
| 28557 | function isKeyDisabledForUrl(url, host, list) { |
| 28558 | for (let i = 0; i < list.length; i++) { |
no outgoing calls
no test coverage detected