fix: irudien ikutea baliatzen du
This commit is contained in:
@@ -1,6 +1,19 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
"strapi::errors",
|
"strapi::errors",
|
||||||
"strapi::security",
|
{
|
||||||
|
name: "strapi::security",
|
||||||
|
config: {
|
||||||
|
contentSecurityPolicy: {
|
||||||
|
useDefaults: true,
|
||||||
|
directives: {
|
||||||
|
"connect-src": ["'self'", "https:"],
|
||||||
|
"img-src": ["'self'", "data:", "blob:", "res.cloudinary.com"],
|
||||||
|
"media-src": ["'self'", "data:", "blob:", "res.cloudinary.com"],
|
||||||
|
upgradeInsecureRequests: null,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"strapi::cors",
|
"strapi::cors",
|
||||||
"strapi::poweredBy",
|
"strapi::poweredBy",
|
||||||
"strapi::logger",
|
"strapi::logger",
|
||||||
|
|||||||
Reference in New Issue
Block a user