-
Notifications
You must be signed in to change notification settings - Fork 0
/
imageDomains.js
34 lines (34 loc) · 944 Bytes
/
imageDomains.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module.exports = {
domains: [
"nftstorage.link",
"openseauserdata.com",
"ipfs.io",
"instagram.com",
"youtube.com",
"discord.com",
"gnars.com",
"thatsgnar.ly",
"zora.co",
"skatecuida.org",
],
remotePatterns: [
{ hostname: "*.mypinata.cloud" },
{ hostname: "*.youtube.com" },
{ hostname: "**.nftstorage.link" },
{ hostname: "*.instagram.com" },
{ hostname: "*.imgur.com" },
{ hostname: "*.seadn.io" },
{ hostname: "*.alchemy.com" },
{ hostname: "*.rarible.org" },
{ hostname: "*.googleusercontent.com" },
{ hostname: "*.s3.amazonaws.com" },
{ hostname: "*.twimg.com" },
{ hostname: "*.cdninstagram.com" },
{ hostname: "localhost" },
{ hostname: "*.zora.co" },
{ hostname: "*.mux.com" },
],
dangerouslyAllowSVG: true,
contentDispositionType: "attachment",
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
};