From 5b92334fb436576dfb0cec8b317112fde8775d68 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:25:52 +0900 Subject: [PATCH] Updated How to add custom license scheme yourself (markdown) --- How-to-add-custom-license-scheme-yourself.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-add-custom-license-scheme-yourself.md b/How-to-add-custom-license-scheme-yourself.md index 512171c..c6f1505 100644 --- a/How-to-add-custom-license-scheme-yourself.md +++ b/How-to-add-custom-license-scheme-yourself.md @@ -42,7 +42,7 @@ See [Contribution](https://github.com/FoxRefire/wvg/wiki/Contribution) for more [*licBody*](https://github.com/FoxRefire/wvg/blob/next/popup.js#L19): Request payloads of License server as Base64 String. Use loadBody() API to able to load it in scheme. -[*corsFetch()*](https://github.com/FoxRefire/wvg/blob/next/python/pre.py#L47): Use this method instead of pyfetch if the license server requires that the Origin header be set to the original domain. +[*corsFetch()*](https://github.com/FoxRefire/wvg/blob/next/python/pre.py#L47): Use this function for requesting to license server [*loadBody()*](https://github.com/FoxRefire/wvg/blob/next/python/pre.py#L67): Loads Base64 encoded requestBody into scheme