Some websites seems to detect when unblocked is running with remote debugging pipe, but not remote debugging port. This PR adds functionality to run unblocked in remote debugging port mode when env ULX_USE_REMOTE_DEBUGGING_PORT is set to true. End goal is to find what they are detecting! But this PR now makes it possible to test if this is the case, and can be used as a temporary solution/workaround.
Some websites seems to detect when unblocked is running with remote debugging pipe, but not remote debugging port. This PR adds functionality to run unblocked in remote debugging port mode when env
ULX_USE_REMOTE_DEBUGGING_PORT
is set to true. End goal is to find what they are detecting! But this PR now makes it possible to test if this is the case, and can be used as a temporary solution/workaround.