Skip to content

Commit

Permalink
Updated storage urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis committed Jan 27, 2024
1 parent 27eacd9 commit c12f9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ storage:
- https://storage.googleapis.com
- https://s3.amazonaws.com
- https://snap-storage.jaku.tv
- https://snapchatreverse.jaku.tv
10 changes: 1 addition & 9 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
}
};

Expand Down

0 comments on commit c12f9e5

Please sign in to comment.