Fix decoding of about:credits HTML (issue #1980)

This commit is contained in:
Marshall Greenblatt
2016-09-01 13:19:20 +03:00
parent 3e763188b5
commit 71d9d35fc3
5 changed files with 41 additions and 3 deletions

View File

@@ -281,6 +281,7 @@ class Delegate : public InternalHandlerDelegate {
} else {
action->mime_type = "text/html";
action->resource_id = IDR_ABOUT_UI_CREDITS_HTML;
action->encoding = Action::ENCODING_BROTLI;
}
return true;
}