Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from immutable/fix/setting-header-map
Browse files Browse the repository at this point in the history
feat: remove the call to load URL. need to manually set load URL with…
  • Loading branch information
tn-immutable authored Dec 18, 2023
2 parents e6110c5 + 214dcfc commit b9e4ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Blu/Private/BluEye.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ void UBluEye::LoadURLWithHeaders(const FString& newURL, TMap<FString, FString> h
headerMap.insert(std::make_pair(CefKey, CefValue));
}

Browser->GetMainFrame()->LoadURL(*FinalUrl);

request->SetHeaderMap(headerMap);

/*
Expand Down

0 comments on commit b9e4ea2

Please sign in to comment.