Bug 1582499 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Chris Peterson [:cpeterson] from comment #1)
> This bug doesn't look like a Fission blocker if it is just about not showing mixed content warnings for localhost content. If this is a higher priority issue, just let me know!

This bug isn't about localhost, it's about private IP address ranges (10.0.0.0 to 10.255.255.255, 172.16.0.0 to 172.31.255.255, & 192.168.0.0 to 192.168.255.255):
>  // Ignore insecure documents with URLs that are local IP addresses.
    // This is done because the vast majority of routers and other devices
    // on the network do not use HTTPS, making this warning show up almost
    // constantly on local connections, which annoys users and hurts our cause.

I think this should block the release of Fission to release users given that the above is still a common scenario.
(In reply to Chris Peterson [:cpeterson] from comment #1)
> This bug doesn't look like a Fission blocker if it is just about not showing mixed content warnings for localhost content. If this is a higher priority issue, just let me know!

This bug isn't about localhost, it's about private IP address ranges (10.0.0.0 to 10.255.255.255, 172.16.0.0 to 172.31.255.255, & 192.168.0.0 to 192.168.255.255, + IPv6 equivalents):
>  // Ignore insecure documents with URLs that are local IP addresses.
    // This is done because the vast majority of routers and other devices
    // on the network do not use HTTPS, making this warning show up almost
    // constantly on local connections, which annoys users and hurts our cause.

I think this should block the release of Fission to release users given that the above is still a common scenario.
(In reply to Chris Peterson [:cpeterson] from comment #1)
> This bug doesn't look like a Fission blocker if it is just about not showing mixed content warnings for localhost content. If this is a higher priority issue, just let me know!

This bug isn't about localhost, it's about private IP address ranges (10.0.0.0 to 10.255.255.255, 172.16.0.0 to 172.31.255.255, 192.168.0.0 to 192.168.255.255, & IPv6 equivalents):
>  // Ignore insecure documents with URLs that are local IP addresses.
    // This is done because the vast majority of routers and other devices
    // on the network do not use HTTPS, making this warning show up almost
    // constantly on local connections, which annoys users and hurts our cause.

I think this should block the release of Fission to release users given that the above is still a common scenario.

Back to Bug 1582499 Comment 2