Updated How to add custom license scheme yourself (markdown)

FoxRefire 2024-06-07 15:25:52 +09:00
parent c0393b443e
commit 5b92334fb4

@ -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. [*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 [*loadBody()*](https://github.com/FoxRefire/wvg/blob/next/python/pre.py#L67): Loads Base64 encoded requestBody into scheme