Skip to content

Commit 00e0b42

Browse files
committed
Add MyInstants.com to the whitelist
1 parent f5d0e26 commit 00e0b42

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

WHITELIST.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

lua/autorun/webaudio.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

474477
local OriginalWhitelist = table.Copy(Whitelist)

0 commit comments

Comments
 (0)