forked from GoogleChromeLabs/project-sesame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.config.json
More file actions
34 lines (34 loc) · 1 KB
/
Copy pathdefault.config.json
File metadata and controls
34 lines (34 loc) · 1 KB
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
{
"csp": {
"connect_src": [
"https://accounts.google.com/gsi/",
"https://accounts.sandbox.google.com",
"https://www.gstatic.com",
"https://auditrecording-pa.googleapis.com"
],
"font_src": ["https://fonts.googleapis.com", "https://fonts.gstatic.com"],
"frame_src": ["https://accounts.google.com/gsi/"],
"img_src": [
"https://www.gravatar.com",
"https://gravatar.com",
"https://accounts.google.com/gsi-static",
"https://cdn.glitch.global",
"https://lh3.googleusercontent.com"
],
"script_src": [
"https://accounts.google.com/gsi/client",
"https://www.gstatic.com/glue/",
"https://www.googletagmanager.com"
],
"script_src_elem": ["https://www.gstatic.com/glue/"],
"style_src": [
"https://accounts.google.com/gsi/style",
"https://www.gstatic.com",
"https://fonts.googleapis.com/icon"
],
"style_src_elem": [
"https://fonts.googleapis.com",
"https://www.gstatic.com"
]
}
}