You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
In Firefox 75, I intend to turn lazy load images on by default.
Summary: lazy load images improves initial page load performance by
deferring loading images which are out of viewport, it also reduces network
traffic.
Secure contexts: this feature is not restricted to secure contexts. I don't
see any reasons to restrict it in secure contexts. If you have concerns,
please let me know.
Is this feature enabled by default in sandboxed iframes?: no, as of now
there is no proposed flag to enable this feature in sandboxed iframes.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 2/6/20 5:26 PM, Hiroyuki Birchill Ikezoe wrote:
> Is this feature enabled by default in sandboxed iframes?: no, as of now
> there is no proposed flag to enable this feature in sandboxed iframes.
But is it disabled by default there? I would assume not, unless it's
specifically gated on sandboxing state...
-Boris
Anne van Kesteren
unread,
Feb 14, 2020, 2:48:34 PM2/14/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hiroyuki Birchill Ikezoe, dev-platform
On Mon, Feb 10, 2020 at 3:22 PM Hiroyuki Birchill Ikezoe
<hikezoe....@mozilla.com> wrote:
> Is this feature enabled by default in sandboxed iframes?: no, as of now
> there is no proposed flag to enable this feature in sandboxed iframes.
I think the answer to this question is more complicated. It's disabled
if scripts are disabled, but if scripts are enabled, image lazy load
is enabled, right?
Hiroyuki Birchill Ikezoe
unread,
Feb 14, 2020, 2:48:37 PM2/14/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Anne van Kesteren, dev-platform
Right. Thanks for the clarification.
hiro
Hiroyuki Birchill Ikezoe
unread,
Feb 18, 2020, 9:20:49 AM2/18/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Boris Zbarsky, dev-platform
To be more precise, lazy loading is disabled in documents where scripting
is disabled.
Though I don't know the exact conditions where scripting is disabled, by
default lazy loading is disabled without `allow-scripts` keyword.