generated from D7460N/D7460N.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsp.json
42 lines (42 loc) · 1.42 KB
/
csp.json
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
35
36
37
38
39
40
41
42
{
"Google APIs and Services": {
"Google Analytics": "https://www.google-analytics.com",
"Google Tag Manager": "https://www.googletagmanager.com",
"Google Maps": "https://maps.googleapis.com",
"Google Fonts": [
"https://fonts.googleapis.com",
"https://fonts.gstatic.com"
]
},
"Social Media Platforms": {
"Facebook": "https://connect.facebook.net",
"Twitter": "https://platform.twitter.com",
"LinkedIn": "https://platform.linkedin.com"
},
"Content Delivery Networks (CDNs)": {
"jQuery CDN": "https://code.jquery.com",
"Bootstrap CDN": "https://maxcdn.bootstrapcdn.com",
"Cloudflare": ["https://cdnjs.cloudflare.com", "https://cdn.jsdelivr.net"]
},
"Video Hosting Platforms": {
"YouTube": "https://www.youtube.com",
"Vimeo": "https://player.vimeo.com"
},
"Payment Gateways and E-commerce Platforms": {
"PayPal": "https://www.paypal.com",
"Stripe": "https://js.stripe.com",
"Shopify": "https://cdn.shopify.com"
},
"Web Fonts and Icon Libraries": {
"Font Awesome": "https://use.fontawesome.com",
"Adobe Fonts (formerly Typekit)": "https://use.typekit.net"
},
"Developer Tools and Libraries": {
"GitHub": "https://github.com",
"Stack Overflow": "https://stackoverflow.com"
},
"Other Third-Party Services": {
"Disqus (comments platform)": "https://*.disqus.com",
"AddThis (social sharing widgets)": "https://s7.addthis.com"
}
}