weather icons
This commit is contained in:
@@ -35,7 +35,13 @@ app.use(helmet({
|
||||
scriptSrc: ["'self'", "'unsafe-inline'", "https://maps.googleapis.com"],
|
||||
styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"],
|
||||
fontSrc: ["'self'", "https://fonts.gstatic.com"],
|
||||
imgSrc: ["'self'", "data:", "https://maps.googleapis.com", "https://maps.gstatic.com"],
|
||||
imgSrc: [
|
||||
"'self'",
|
||||
"data:",
|
||||
"https://maps.googleapis.com",
|
||||
"https://maps.gstatic.com",
|
||||
"https://openweathermap.org"
|
||||
],
|
||||
connectSrc: ["'self'", "https://api.openweathermap.org"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user