Review Mozilla 1622090: Implement lazy-load for iframe
https://bugzilla.mozilla.org/show_bug.cgi?id=1622090
Bugzilla:Adds loading="lazy"
for <iframe>
, similar to the existing <img>
attribute.
Both of these should be disabled when scripting is disabled, according to the spec, but we should probably verify this on the highest security level.