mirror of
https://github.com/immich-app/immich.git
synced 2026-03-08 02:57:48 +03:00
fix: trusted proxies (#14888)
This commit is contained in:
@@ -204,7 +204,7 @@ describe('getEnv', () => {
|
||||
it('should return default network options', () => {
|
||||
const { network } = getEnv();
|
||||
expect(network).toEqual({
|
||||
trustedProxies: [],
|
||||
trustedProxies: ['linklocal', 'uniquelocal'],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user