Merge branch 'sb_backend_route_fixes' into 'develop'

Add additional backend URIs.

See merge request soapbox-pub/soapbox!2039
environments/review-develop-3zknud/deployments/1861
Alex Gleason 2022-12-26 02:01:56 +00:00
commit 4a44085a1a
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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')) {