Commit graph

2 commits

Author SHA1 Message Date
c2ea04de4b
Enable service worker for Safari
For future reference: the preflight request must return these headers:
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization, Pragma, Cache-Control

Otherwise, Safari will refuse requests made inside a service worker
reporting a preflight check fail.
2022-11-17 23:30:38 +01:00
2aa147060a
Move common js files to folder 2022-09-20 00:14:16 +03:00
Renamed from worker.js (Browse further)