Closed Bug 888751 Opened 11 years ago Closed 11 years ago

Mixed active content blocked embedded Google Map on mozilla.org's "Contact Us" page

Categories

(Websites :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cpeterson, Unassigned)

References

()

Details

STR:
1. Open Firefox's Web Console
2. Load https://www.mozilla.org/en-US/about/contact.html

RESULT:
1. Embedded Google Map of Mozilla office does not load
2. Web Console reports the following error:

  [12:27:07.739] Blocked loading mixed active content "http://maps.google.com/maps?file=api&v=2&key=ABQIAAAASlJ5O_oM6YVchiyMP78lAxTW_JxTByRGgBJeCGLKLznsDLLC_RR-KoliP9g_yGErol4fDgoFNVu3NA" @ https://www.mozilla.org/en-US/about/contact.html
Bug 798611 will resolve this.
No longer blocks: mozorg-mixedcontent
Depends on: 798611
It is actually more complex than comment 1 suggests. We can't simply make protocol-relative calls for maps, since SSL maps are (in most cases) not free. Luckily, we now have a contract with Cloudmade which allows us to use their maps over SSL, so this bug can be resolved by implementing Cloudmade maps. That is discussed at some length here:

https://bugzilla.mozilla.org/show_bug.cgi?id=767767

However, the maps page itself is being migrated out of the PHP stack, and further development on PHP pages is unlikely. That is discussed here:

https://bugzilla.mozilla.org/show_bug.cgi?id=839563

This sequence of events works so long as Mozilla.org can be accessed via http. That is being discussed here:

https://bugzilla.mozilla.org/show_bug.cgi?id=796109
See Also: → 796109, 839563, 767767
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.