mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
add replugged to arrpc allow list
This commit is contained in:
parent
5145410f06
commit
feff5db827
1 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,12 @@ class WSServer {
|
|||
|
||||
if (
|
||||
origin !== "" &&
|
||||
!["https://discord.com", "https://ptb.discord.com", "https://canary.discord.com"].includes(origin)
|
||||
![
|
||||
"https://discord.com",
|
||||
"https://ptb.discord.com",
|
||||
"https://canary.discord.com",
|
||||
"https://replugged.dev"
|
||||
].includes(origin)
|
||||
) {
|
||||
log("disallowed origin", origin);
|
||||
|
||||
|
|
Loading…
Reference in a new issue