Commit b222f41
Help: Replace file:// URLs with launch:// URLs
LibWeb already thinks it knows how to handle `file://` URLs, so does not
call into the client to handle the URL scheme. Replacing these with
`launch://` means LibWeb will call into `handle_custom_scheme`, which
allows the Help app to process these requests.1 parent b2153a9 commit b222f41
File tree
43 files changed
+48
-45
lines changed- Userland
- Applications/Help
- Utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+48
-45
lines changedLines changed: 1 addition & 1 deletion
0 commit comments