Chromium Code Reviews
DescriptionFixing the case where mixed content checking for insecure form submission in secure origins is breaking when using invisible DOMs.
An invisible DOM (i.e. DOM without a frame) causes the mixed content checking for insecure form submission to crash the current tab. This is because the DOM is not associated with any frame.
A follow up bug (https://crbug.com/399810) was filed to address another corner case where mixed content checking can be bypassed when you replace the current DOM with this invisible DOM.
BUG=398066
R=jww
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179530
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressing jww comments #
Total comments: 8
Patch Set 3 : Typos #Patch Set 4 : Addressing adamk comments #
Messages
Total messages: 18 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||