diff --git a/config.yml b/config.yml index 5dfc35c..40bd4ac 100644 --- a/config.yml +++ b/config.yml @@ -52,3 +52,4 @@ storage: - https://storage.googleapis.com - https://s3.amazonaws.com - https://snap-storage.jaku.tv + - https://snapchatreverse.jaku.tv diff --git a/src/utils/config.js b/src/utils/config.js index 064b247..ebdeaca 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -27,15 +27,7 @@ async function loadConfig() { } }, storage: { - urls: [ - 'https://app.snapchat.com', - 'https://bolt-gcdn.sc-cdn.net', - 'https://community-lens.storage.googleapis.com', - 'https://lens-preview-storage.storage.googleapis.com', - 'https://lens-storage.storage.googleapis.com', - 'https://snapcodes.storage.googleapis.com', - 'https://storage.googleapis.com', - ] + urls: [] } };