Merge remote-tracking branch 'upstream/develop' into merge-upstream
This commit is contained in:
		| @@ -189,7 +189,7 @@ export class ClientServerService { | |||||||
| 		// Authenticate | 		// Authenticate | ||||||
| 		fastify.addHook('onRequest', async (request, reply) => { | 		fastify.addHook('onRequest', async (request, reply) => { | ||||||
| 			// %71ueueとかでリクエストされたら困るため | 			// %71ueueとかでリクエストされたら困るため | ||||||
| 			const url = decodeURI(request.routerPath); | 			const url = decodeURI(request.routeOptions.url); | ||||||
| 			if (url === bullBoardPath || url.startsWith(bullBoardPath + '/')) { | 			if (url === bullBoardPath || url.startsWith(bullBoardPath + '/')) { | ||||||
| 				const token = request.cookies.token; | 				const token = request.cookies.token; | ||||||
| 				if (token == null) { | 				if (token == null) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 riku6460
					riku6460