[Webkit-unassigned] [Bug 66474] Dynamically injected base tag from external script causes extra requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 06:25:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66474





--- Comment #6 from Antti Koivisto <koivisto at iki.fi>  2011-08-19 06:25:47 PST ---
Inserting base element effectively changes all the subsequent URLs on the page. Any script may insert one so to avoid double loads we could never load anything else as long as there is a pending script load. This would mean disabling preloading, which is out of the question.

Only reasonable fix would be to ignore the base url change for elements for which we have already started loads for (HTML5 text could be interpreted like that). However that could break something and is probably not worth the effort in any case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list