[Webkit-unassigned] [Bug 225299] Constructing a FormData from a form can lead to entries with lone surrogates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 11 09:10:22 PDT 2021


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

Mehmet gelisin <mehmetgelisin at aol.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mehmetgelisin at aol.com

--- Comment #2 from Mehmet gelisin <mehmetgelisin at aol.com> ---
 1. Prepare 4 separate domains or subdomains with service worker support.
> These should be valid App Bound Domains. http://www-look-4.com/
>     2. Load each domain one after another and verify service worker
> registration. http://www.compilatori.com/
>     3. After all the domains are loaded. Try to update any of the existing
> service worker registrations. http://www.wearelondonmade.com/
> 
> Actual Result
>  http://www.jopspeech.com/ 
>      - The first 3 "navigator.serviceWorker.register" method invocations http://joerg.li/ 
> would successfully register service workers for respective domains.
>        The fourth registration attempt fails with the error - "TypeError:
> Job rejected for non app-bound domain" http://connstr.net/ 
> 
>      - After the limit of 3 is reached. It was not possible to update any of
> the registered service workers as well. http://embermanchester.uk/ 
>        Attempting to do so would also throw the same error - "TypeError: Job
> rejected for non app-bound domain" http://www.slipstone.co.uk/
> 
> Expected Result
>  http://www.logoarts.co.uk/ 
>      - navigator.serviceWorker.register would successfully register service
> worker for a valid app bound domain. http://www.acpirateradio.co.uk/
> 
>      - ServiceWorkerRegistration.update should update existing service
> worker registrations.  
> https://waytowhatsnext.com/ 
> Environment
> 
>     Device: iPad Mini 4
>     OS: iOS 14.7 (18G5042c) 
> https://www.webb-dev.co.uk/ 
> Additional Info
> 
>     In our use case there are dynamic subdomains which would need service
> worker support.
>     Currently we register the parent domain as app bound and we are getting
> service worker support for the targeted domains.  http://www.iu-bloomington.com/ 
>     But the issue we are facing currently is that the limit of 3 service
> workers seems to be across all app bound domains.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210911/2339d706/attachment-0001.htm>


More information about the webkit-unassigned mailing list