Skip to content

Commit

Permalink
Merge branch 'buddy-endpoints-update' into 'master'
Browse files Browse the repository at this point in the history
Updated allowed Buddy endpoints

See merge request manticoresearch/dev!403
  • Loading branch information
Nick Sergeev committed May 9, 2023
2 parents f3d248a + 4dc5d39 commit 45410e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/searchdbuddy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ static bool ParseReply ( char * sReplyRaw, BuddyReply_t & tParsed, CSphString &
}

static const sph::StringSet g_dAllowedEndpoints = {
"/_license"
"/_license",
"/_license?human=false"
};

static bool RequestSkipBuddy ( Str_t sSrcQuery, const CSphString & sURL )
Expand Down

0 comments on commit 45410e8

Please sign in to comment.