We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eacd9 commit c12f9e5Copy full SHA for c12f9e5
config.yml
@@ -52,3 +52,4 @@ storage:
52
- https://storage.googleapis.com
53
- https://s3.amazonaws.com
54
- https://snap-storage.jaku.tv
55
+ - https://snapchatreverse.jaku.tv
src/utils/config.js
@@ -27,15 +27,7 @@ async function loadConfig() {
27
}
28
},
29
storage: {
30
- urls: [
31
- 'https://app.snapchat.com',
32
- 'https://bolt-gcdn.sc-cdn.net',
33
- 'https://community-lens.storage.googleapis.com',
34
- 'https://lens-preview-storage.storage.googleapis.com',
35
- 'https://lens-storage.storage.googleapis.com',
36
- 'https://snapcodes.storage.googleapis.com',
37
- 'https://storage.googleapis.com',
38
- ]
+ urls: []
39
40
};
41
0 commit comments