mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 02:20:24 +00:00
deploy: 7a7a97e4d0e6d439388daacd6b6334509203bfed
This commit is contained in:
@@ -13,13 +13,14 @@ module.exports = ({ chunk }) => {
|
||||
const domainFromInput = chunk[i];
|
||||
|
||||
for (let j = 0; j < len; j++) {
|
||||
const domainFromFullSet = workerData[j];
|
||||
|
||||
if (domainFromFullSet === domainFromInput) continue;
|
||||
// Check if domainFromFullset starts with a "."
|
||||
if (!fullsetDomainStartsWithADot[j]) continue;
|
||||
// domainFromFullSet is now startsWith a "."
|
||||
|
||||
const domainFromFullSet = workerData[j];
|
||||
|
||||
if (domainFromFullSet === domainFromInput) continue;
|
||||
|
||||
const domainFromInputLen = domainFromInput.length;
|
||||
|
||||
if (domainFromInput.charCodeAt(0) !== 46) {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<main class="container">
|
||||
<h1>Sukka Surge Ruleset Server</h1>
|
||||
<p>Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="https://github.com/SukkaW/Surge/blob/master/LICENSE" target="_blank">AGPL-3.0</a></p>
|
||||
<p>Last Updated: 2022-09-12T15:44:06.728Z</p>
|
||||
<p>Last Updated: 2022-09-12T15:51:47.858Z</p>
|
||||
<hr>
|
||||
<br>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user