We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc49d58 commit 22f4f53Copy full SHA for 22f4f53
.vscode/settings.json
@@ -119,6 +119,7 @@
119
"Sakura",
120
"savedata",
121
"setex",
122
+ "Sharotto",
123
"Shion",
124
"shionlib",
125
"SMEE",
app/api/hikari/route.ts
@@ -26,7 +26,9 @@ const DOMAIN_PATTERNS = [
26
// Galgamex
27
/^https:\/\/([\w-]+\.)*galgamex\.net$/,
28
/^https:\/\/([\w-]+\.)*galgamex\.top$/,
29
- /^https:\/\/([\w-]+\.)*galgamex\.com$/
+ /^https:\/\/([\w-]+\.)*galgamex\.com$/,
30
+ // Sharotto
31
+ /^https:\/\/([\w-]+\.)*sharotto\.com$/
32
]
33
34
const RATE_LIMIT_MAX = 10000
0 commit comments