File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ This is the default whitelist that webaudio will abide by unless a ``webaudio_wh
2727| Steam | ➖ | steamcdn-a.akamaihd.net | Steam content? | 🚧 |
2828| Gitlab | ✔️ | gitlab.com | Gitlab content | 🚧 |
2929| Onedrive | ➖ | onedrive.live.com | Onedrive content | 🚧 |
30- | Mattjeanes ytdl | ❔ | youtubedl.mattjeanes.com | Ytdl host by mattjeanes https://github.com/MattJeanes/YouTubeDL | 🚧 |
30+ | Mattjeanes ytdl | ❔ | youtubedl.mattjeanes.com | Ytdl host by mattjeanes https://github.com/MattJeanes/YouTubeDL | 🚧 |
31+ | MyInstants | ✔️ | myinstants.com | Sound effects | https://myinstants.com/media/sounds/taco-bell-bong-sfx.mp3 |
Original file line number Diff line number Diff line change @@ -468,7 +468,10 @@ local Whitelist = {
468468 simple [[ onedrive.live.com/redir]] ,
469469
470470 -- ytdl host. Requires 2d mode which we currently don't support.
471- simple [[ youtubedl.mattjeanes.com]]
471+ simple [[ youtubedl.mattjeanes.com]] ,
472+
473+ -- MyInstants
474+ simple [[ myinstants.com]]
472475}
473476
474477local OriginalWhitelist = table .Copy (Whitelist )
You can’t perform that action at this time.
0 commit comments