Merge branch 'sb_backend_route_fixes' into 'develop'

Add additional backend URIs.

See merge request soapbox-pub/soapbox!2039
This commit is contained in:
Alex Gleason 2022-12-26 02:01:56 +00:00
commit 4a44085a1a

View file

@ -131,6 +131,11 @@ const configuration: Configuration = {
'/socket',
'/static',
'/unsubscribe',
'/images',
'/favicon.ico',
'/apple-touch-icon.png',
'/browserconfig.xml',
'/robots.txt',
];
if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {