Skip to content

Commit

Permalink
UBO-354 Omit credentials (to bypass http basic auth) when fetching la…
Browse files Browse the repository at this point in the history
…nguage classification
  • Loading branch information
Possommi authored and kkrebs committed Aug 20, 2024
1 parent 889d365 commit 947f32e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class LanguageSearchInput {
const baseURL = window['webApplicationBaseURL'];
const response = await fetch(baseURL + 'api/v2/classifications/rfc5646', {
method: 'GET',
credentials: 'omit',
headers: {
'Accept': 'application/json'
}
Expand Down

0 comments on commit 947f32e

Please sign in to comment.