Skip to content

Commit

Permalink
added gitlab default trust domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mocchapi committed Oct 2, 2024
1 parent b8983c1 commit afbdadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
PchumLog = logging.getLogger("pchumLogger")


DEFAULT_EMBED_TRUSTLIST = [
DEFAULT_EMBED_TRUSTLIST = [ # Default list of trusted image embed domains
"https://cdn.discordapp.com/",
"https://pesterchum.xyz/",
"https://i.imgur.com/",
"https://media1.tenor.com/",
"https://raw.githubusercontent.com/",
"https://gitlab.com/",
"https://i.giphy.com/",
"https://64.media.tumblr.com/",
"https://i.redd.it/",
Expand Down

0 comments on commit afbdadb

Please sign in to comment.