Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
0
Comments
7
Joined
2 yr. ago

Permanently Deleted

  • I made a website to compare prices across regions for Nintendo Switch games. It started as a Google Spreadsheet but because of traffic I quickly had to move to a standalone website. Getting around 2M users per months now. I’m trying to keep the ads to a minimum, and I’m partnering with online stores for gift cards.

  • From the fix, I believe the custom emojis were not double checked after a user submits a post. The post data was used to display the emojis, and thus allowing injection.

    The fix now is to search the emojis in the custom emojis list from the backend rather than the user post.