Skip to content

Commit

Permalink
fix: Fix workshop pages not rendering HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Dec 29, 2024
1 parent 1f94b71 commit 4614cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/hooks/web_load.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ void WebkitHandler::HandleHooks(nlohmann::basic_json<> message)
{ "params", {
{ "requestId", requestId },
{ "responseCode", response["params"]["responseStatusCode"] },
{ "responseHeaders", response["params"]["responseHeaders"] },
{ "responsePhrase", response["params"]["responseStatusText"] },
{ "body", Base64Encode(patchedContent) }
}}
});
Expand Down

0 comments on commit 4614cc8

Please sign in to comment.