From 87490a2bd111e0f86c4f59616139570c593dcbd5 Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Tue, 14 May 2024 17:08:21 +0100 Subject: [PATCH] Fixing SSRF for Next Image (again) --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index d66066bea..513a9b5cb 100644 --- a/next.config.js +++ b/next.config.js @@ -45,7 +45,8 @@ module.exports = withSentryConfig( { protocol: 'https', hostname: '*.gitbook.io', - } + port: '', + }, ] } },