NEW 230550
Implement COEP:credentialless
https://bugs.webkit.org/show_bug.cgi?id=230550
Summary Implement COEP:credentialless
Attachments
Chris Dumez
Comment 1 2021-09-21 09:13:25 PDT
This adds a lot of complexity and seems to have quite a few pre-requisites (Private Network Access, ORB, anonymous iframes). I am not convinced it is worth the effort at the moment.
Arthur Sonzogni
Comment 2 2021-09-21 09:27:46 PDT
Yes, that's totally understandable ;-) Note that anonymous iframe is not a prerequisite.
Radar WebKit Bug Importer
Comment 3 2021-09-21 09:47:14 PDT
Sanjay Kumar
Comment 4 2023-03-28 10:25:31 PDT
From Firefox commit it does not seem like that much work. https://bugzilla.mozilla.org/show_bug.cgi?id=1731778 Neither Firefox nor Google had PAN (Personal Network Access) or ORB implemented but they shipped because this is something of tremendous value. As coep: required-corp is implemented today - its too restrictive and you lose many features like third party payment (say Stripe), or Zendesk Help plugins. So without credentialless: the choice is between SharedArayBuffer (SAB)/PTHREADS and core site functions. And SAB/PTHREADS loses - which is unfortunate. To me all the great work done on SAB/THREADS in Safari of not much help without credentialless.
Sanjay Kumar
Comment 5 2023-05-09 07:42:54 PDT
Please note this does not just block SharedArraybuffer/Atotmics/Pthreads - even Origin Private Filesystem (OPFS) can not be used without this header (unless off-course you are happy with coep: required-corp). Not having OPFS especially is an obstacle (no offline SQLite etc. - you need unlimited amount of memory) Please consider this a priority. Thank you.
Jacob Bandes-Storch
Comment 6 2025-01-10 15:40:31 PST
Hi there, any update on this issue? I work on a complex web app that, and we would love to start using SharedArrayBuffer but cannot use `require-corp` without breaking loading of some other resources. Some reasons that this feature is needed are described quite thoroughly in this blog post (which is now ~3 years old): https://blog.stackblitz.com/posts/cross-browser-with-coop-coep/
Note You need to log in before you can comment on or make changes to this bug.