From 2e179cd1aa2ed8cd757755df3f8b5791860d4b6d Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Sat, 18 May 2024 14:05:53 +0900 Subject: [PATCH] Created Config files (markdown) --- Config-files.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Config-files.md diff --git a/Config-files.md b/Config-files.md new file mode 100644 index 0000000..4ae7e9e --- /dev/null +++ b/Config-files.md @@ -0,0 +1,20 @@ +# Auto-select rules +Auto-select rules are used to automatically select the appropriate license URL and scheme. +It defined in selectRules.conf according to the following notation: +``` +//comment-out +URLPattern$$SchemeName +URLPattern //If the scheme name is omitted, CommonWV will selected +``` + +# License Block rules +License Block rules prevent web browsers from making requests to license servers that use one-time tokens, thus preventing tokens from being consumed. + +To apply this rule, you have to enable license blocking from the "Right-click menu --> Enable License blocking". + +It defined in blockRules.conf according to the following notation: +``` +//comment-out +URLPattern +URLPattern //comment-out +``` \ No newline at end of file