From 21678897b01441fc3514b5b51624af56736e1f53 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 29 Jun 2022 12:29:51 -0500 Subject: [PATCH] ServiceWorker: add more backend routes --- webpack/production.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webpack/production.js b/webpack/production.js index 39ce1d663..43792e97c 100644 --- a/webpack/production.js +++ b/webpack/production.js @@ -95,18 +95,24 @@ module.exports = merge(sharedConfig, { match: ({ pathname }) => { const backendRoutes = [ '/.well-known', + '/activities', '/admin', '/api', '/auth', + '/inbox', '/instance', + '/internal', '/main/ostatus', '/manifest.json', '/media', '/nodeinfo', '/oauth', + '/objects', '/ostatus_subscribe', '/pghero', '/pleroma', + '/proxy', + '/relay', '/sidekiq', '/socket', '/static',