zhangwei 2 anni fa
parent
commit
6ab00b7264
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/help.js

+ 1 - 1
utils/help.js

@@ -293,8 +293,8 @@ export async function getDetailSSR({ context = {}, params = {}, url = '' }) {
 		},
 		{
 			headers: {
-				'x-forwarded-for': headers['x-forwarded-for'] || '',
 				referer: headers['referer'] || '',
+				'x-forwarded-for': headers['x-forwarded-for'] || '',
 			},
 		}
 	);