Reset Header
From UBot Studio
Reset Header is a Settings Command in the Professional edition of UBot Studio.
This command resets the header back to the default setting for UBot's browser.
For more information on how headers work, see here.
Example
set header("Accept-Language","ja") navigate("https://www.whatismybrowser.com/detect/what-http-headers-is-my-browser-sending","Wait") wait(2) reset headers
Running the scripts changes the Accept-Language header request to the value ja, which is the Japanese.
The reset header command is then run to reset the header to the default values.