[Webkit-unassigned] [Bug 67978] WebWorkers fail with document.domain set when accessing from subdomain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 11:44:54 PST 2011


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


Josh Vermaire <joshvermaire at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joshvermaire at gmail.com




--- Comment #4 from Josh Vermaire <joshvermaire at gmail.com>  2011-11-07 11:44:53 PST ---
We are having the same issue. Use case is as follows:
We're on a subdomain of domain.com

We set:
document.domain = "domain.com"

Later create any new worker:
worker = new Worker('worker.js')

Error returns in both Chrome and Safari: SECURITY_ERR: DOM Exception 18

Works as expected for www.domain.com.

-- 
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