1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

LibWeb: Allow configuring the default error page path

This commit is contained in:
DexesTTP 2022-04-03 18:01:10 +02:00 committed by Linus Groh
parent 26bb95425d
commit bf6c4835e6
2 changed files with 9 additions and 2 deletions

View file

@ -24,6 +24,7 @@ public:
};
static void set_default_favicon_path(String);
static void set_error_page_url(String);
explicit FrameLoader(HTML::BrowsingContext&);
~FrameLoader();