Fix the remove on the Discord theme because of the way the new remove… (#1127)

This commit is contained in:
PandaNinjas
2023-05-06 09:46:54 -07:00
committed by GitHub
parent 7a59b2b25d
commit e99b0f8052

View File

@@ -35,7 +35,7 @@ export const configuredXss = new xss.FilterXSS({
},
{
regex: /^https?:\/\/(www\.)?discord\.com\/widget\?id=\d{18,19}(&theme=\w+)?$/,
remove: [/&theme=\w+/],
remove: [/theme=\w+/],
},
]