diff --git a/src/technologies/c.json b/src/technologies/c.json index c581a05e9..391f6c9cf 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2221,7 +2221,7 @@ 95 ], "description": "Cloudinary is an end-to-end image- and video-management solution for websites and mobile apps, covering everything from image and video uploads, storage, manipulations, optimisations to delivery.", - "dom": "img[src*='.cloudinary.com/'], img[data-src*='.cloudinary.com/']", + "dom": "img[src*='.cloudinary.com/'], img[data-src*='.cloudinary.com/'], link[href*='.cloudinary.com/']", "headers": { "Content-Security-Policy": "player\\.cloudinary\\.com" }, diff --git a/src/technologies/s.json b/src/technologies/s.json index 566863d3d..25505ae40 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5738,6 +5738,11 @@ "dom": { "script#__NEXT_DATA__": { "text": "stackbit" + }, + "header[data-sb-field-path]": { + "attributes": { + "data-sb-field-path": "" + } } }, "icon": "stackbit.svg",