Skip to content

Commit

Permalink
[Fix] PWA 419
Browse files Browse the repository at this point in the history
- Updated caching logic in `service-worker.js` for endpoints that throw a 419 error due to CSRF
  • Loading branch information
kiritokatklian committed Oct 28, 2024
1 parent f515894 commit ec0101f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 15 deletions.
6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"/service-worker.js": "/service-worker.js?id=8fafdcda754edcdf92a9f12485122a76",
"/service-worker.js": "/service-worker.js?id=da5076443ba1503a8b4d1544c3f32bbc",
"/js/app.js": "/js/app.js?id=bfb318371cc2aa98549d231ff4e92923",
"/js/debug.js": "/js/debug.js?id=96263e8fd2804cd940eec492686c7166",
"/js/db.js": "/js/db.js?id=a06bca606acd39f89354a39a40d4a6b5",
"/js/chat.js": "/js/chat.js?id=dfe6a3706173c6b8e1e2cd02de841b3e",
"/js/listen.js": "/js/listen.js?id=d52eb953a91ec04ccea925982979e036",
"/js/watch.js": "/js/watch.js?id=d160037b0ab7632b2c3fa045413c8c69",
"/js/worker.js": "/js/worker.js?id=6e9192583564be06582ff10c8232238d",
"/js/worker.js": "/js/worker.js?id=25119886f5be4b182ecb61f7c45808b6",
"/js/manifest.js": "/js/manifest.js?id=b81b1cc0ce2d1b37420d58d44c9818a4",
"/css/watch.css": "/css/watch.css?id=37709836971a8cf7bb59c82f2cd857dc",
"/css/chat.css": "/css/chat.css?id=c94ecda28f343fe6f9a3f7e36744979d",
"/css/app.css": "/css/app.css?id=9ba2d04a52c709983a51ee8da56f4648",
"/css/app.css": "/css/app.css?id=445d07d4e4a29d91f7ff0ae0888977f7",
"/js/vendor.js": "/js/vendor.js?id=742498b1190fdd921262243bf56ff08e"
}
2 changes: 1 addition & 1 deletion public/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec0101f

Please sign in to comment.