@@ -71,14 +71,14 @@ onload = () => {
7171 const whiteList = [
7272 'PATCH' , // Mute/Unmute/notification/cosmetic guild changes
7373 'DELETE' , // Leaving a guild / Deleting messages
74- 'https://discord.com/api/v8 /channels/' , // Text channel address
75- 'https://discord.com/api/v8 /auth/login' , // Login address
76- 'https://discord.com/api/v8 /invites/' , // Accepting guild invite
77- 'https://discord.com/api/v8 /voice/regions' , // Required when creating new guild
78- 'https://discord.com/api/v8 /guilds' , // Creating a guild
79- 'https://discord.com/api/v8 /gateway' , // This may be required to get past login screen if not cached locally
80- 'https://discord.com/api/v8 /applications/' ,
81- 'https://discord.com/api/v8 /users/'
74+ 'https://discord.com/api/v9 /channels/' , // Text channel address
75+ 'https://discord.com/api/v9 /auth/login' , // Login address
76+ 'https://discord.com/api/v9 /invites/' , // Accepting guild invite
77+ 'https://discord.com/api/v9 /voice/regions' , // Required when creating new guild
78+ 'https://discord.com/api/v9 /guilds' , // Creating a guild
79+ 'https://discord.com/api/v9 /gateway' , // This may be required to get past login screen if not cached locally
80+ 'https://discord.com/api/v9 /applications/' ,
81+ 'https://discord.com/api/v9 /users/'
8282 ]
8383
8484 const _whiteList = convertObjToString ( whiteList )
0 commit comments