Skip to content

Commit 06e6c21

Browse files
committed
Remove remote pattern for HTTPS uploads from Wikimedia in next.config.mjs
1 parent 5e1ab1f commit 06e6c21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const config = {
1616
remotePatterns: [
1717
{ protocol: 'http', hostname: '127.0.0.1' },
1818
{ protocol: 'http', hostname: 'localhost' },
19-
{ protocol: 'https', hostname: 'upload.wikimedia.org' },
2019
],
2120
},
2221
// Turns on file change polling for the Windows Dev Container

0 commit comments

Comments
 (0)