Skip to content

Commit 14a2832

Browse files
authored
Add api.onedrive.com to webaudio default whitelist (#72)
* Add api.onedrive.com to webaudio default whitelist * Fix missing comma * Remove trailing whitespace
1 parent 8f353db commit 14a2832

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/autorun/webaudio.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ local Whitelist = {
566566

567567
-- Onedrive
568568
simple [[onedrive.live.com/redir]],
569+
simple [[api.onedrive.com]],
569570

570571
-- ytdl host. Requires 2d mode which we currently don't support.
571572
simple [[youtubedl.mattjeanes.com]],

0 commit comments

Comments
 (0)