-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Registers collapse:// as a URL protocol for Collapse - collapse://open -g 0 -r 1 == CollapseLauncher.exe open -g 0 -r 1 - The protocol can be used through Win + R, .url files and web browsers - Only "tray" and "open" can be used, mainly for prevention of things like: \<a href="collapse://movesteam">One Billion Free Primogems here!\</a> - Fixes most "private" command line arguments not working. - As in #360, commands are always added to the root command, the previous implementation of adding arguments to the root command stopped working. This PR fixes this by converting them in commands. Commits: * URL Protocol creation and parsing * Fix empty protocol and broken non-public commands * Limit commands allowed using protocols * Better way to save the allowed commands * Logging protocol activation * Reorder imports and renaming variables (Code Review)
- Loading branch information
Showing
2 changed files
with
97 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters