diff --git a/Source/Blu/Private/BluEye.cpp b/Source/Blu/Private/BluEye.cpp index 251a381..1d392da 100644 --- a/Source/Blu/Private/BluEye.cpp +++ b/Source/Blu/Private/BluEye.cpp @@ -323,8 +323,6 @@ void UBluEye::LoadURLWithHeaders(const FString& newURL, TMap h headerMap.insert(std::make_pair(CefKey, CefValue)); } - Browser->GetMainFrame()->LoadURL(*FinalUrl); - request->SetHeaderMap(headerMap); /*