Revert Instagram postId attribute

This commit is contained in:
Marc Bellêtre 2021-04-13 18:43:49 +02:00
parent 797fa03357
commit 2a6756ebaa
1 changed files with 1 additions and 0 deletions

View File

@ -1833,6 +1833,7 @@ tarteaucitron.services.instagram = {
"use strict";
tarteaucitron.fallback(['instagram_post'], function (x) {
var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Instagram iframe'),
post_id = x.getAttribute('postId'),
post_permalink = x.getAttribute('data-instgrm-permalink'),
embed_width = x.getAttribute('width'),
embed_height = x.getAttribute('height'),