Skip to content
Snippets Groups Projects

Update versions & fix vulnerabilities, whitelist Maják image sizing classes

Merged Alexa Valentová requested to merge feat/updated-versions-and-image-size-safelist into master
27 files
+ 5209
8656
Compare changes
  • Side-by-side
  • Inline
Files
27
+ 6
6
@@ -4,27 +4,27 @@
@@ -4,27 +4,27 @@
"title": "Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.",
"title": "Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.",
"img": {
"img": {
"avatar": {
"avatar": {
"src": "http://placeimg.com/100/100/people",
"src": "https://picsum.photos/100",
"alt": "Avatar"
"alt": "Avatar"
},
},
"square": {
"square": {
"src": "http://placeimg.com/300/300/nature",
"src": "https://picsum.photos/300",
"alt": "Square"
"alt": "Square"
},
},
"rectangle": {
"rectangle": {
"src": "http://placeimg.com/400/300/tech",
"src": "https://picsum.photos/400/300",
"alt": "Rectangle"
"alt": "Rectangle"
},
},
"landscape-4x3": {
"landscape-4x3": {
"src": "http://placeimg.com/400/300/tech",
"src": "https://picsum.photos/400/300",
"alt": "4x3 Image"
"alt": "4x3 Image"
},
},
"landscape-16x9": {
"landscape-16x9": {
"src": "http://placeimg.com/640/360/tech",
"src": "https://picsum.photos/640/360",
"alt": "16x9 Image"
"alt": "16x9 Image"
},
},
"landscape-16x9-fullhd": {
"landscape-16x9-fullhd": {
"src": "https://loremflickr.com/1920/1080",
"src": "https://picsum.photos/1920/1080",
"alt": "16x9 Image Full HD"
"alt": "16x9 Image Full HD"
}
}
},
},
Loading