Skip to content

Commit 8f02f68

Browse files
committed
Stop api/geodatasets/intersect from being restricted to admins
1 parent 3e5a05c commit 8f02f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ function ensureAdmin(toLoginPage, denyLongTermTokens, allowGets, disallow) {
288288
url.endsWith("/api/configure/missions") ||
289289
url.endsWith("/api/configure/getgeneraloptions") ||
290290
url.endsWith("/api/geodatasets/get") ||
291+
url.endsWith("/api/geodatasets/intersect") ||
291292
url.endsWith("/api/geodatasets/aggregations") ||
292293
url.endsWith("/api/geodatasets/search") ||
293294
url.endsWith("/api/datasets/get") ||

0 commit comments

Comments
 (0)