Skip to content

Commit

Permalink
fix: add disneyplus to safebrowse list
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed May 10, 2020
1 parent 36d14b5 commit 2848721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/metastream-app/src/services/safeBrowse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const SAFE_HOSTS = new Set([
'www.plex.tv',
'app.plex.tv',
'www.nicovideo.jp',
'i.imgur.com'
'i.imgur.com',
'www.disneyplus.com'
])

let safeBrowse: SafeBrowse | undefined
Expand Down

0 comments on commit 2848721

Please sign in to comment.