Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Moor 89b25cdde0 v0.87.3-0 2025-09-01 13:46:45 +02:00
Tom Moor 6fc49e657b fix: One last spot that needs to allow private requests 2025-09-01 13:46:13 +02:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: General Outline, Inc.
Licensed Work: Outline 0.87.2
Licensed Work: Outline 0.87.3-0
The Licensed Work is (c) 2025 General Outline, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Document
+1 -1
View File
@@ -382,6 +382,6 @@
"qs": "6.9.7",
"prismjs": "1.30.0"
},
"version": "0.87.2",
"version": "0.87.3-0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
+1
View File
@@ -98,6 +98,7 @@ export async function request(
) {
const response = await fetch(endpoint, {
method,
allowPrivateIPAddress: true,
headers: {
Authorization: `Bearer ${accessToken}`,
"Content-Type": "application/json",