Page MenuHomePhorge

Remove workaround for IE8 to avoid mixed content warning
AbandonedPublic

Authored by aklapper on Jun 29 2024, 18:24.

Details

Reviewers
None
Group Reviewers
O1: Blessed Committers
Summary

Internet Explorer 8 displayed a bogus mixed content security warning when the src attribute was set to javascript:void(0).

See for example https://jira.atlassian.com/browse/CONFSERVER-15590 or https://blog.httpwatch.com/2009/09/17/even-more-problems-with-the-ie-8-mixed-content-warning/

This reverts rP34db006c4b6cc5f7627d582ded3001168f75ca68

Test Plan

None.

Diff Detail

Repository
rP Phorge
Branch
ie8mixedContentJS
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1382
Build 1382: arc lint + arc unit

Event Timeline

A day later this turns out to be a rather stupid patch. Things should remain as is as javascript:void(0) nowadays may trigger CSP errors.