You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patcher's CLI options, namely, --use-http and --optional-dynamic-resourcesonly allow to set corresponding options to true by their presence (as they don't take arguments), implying that the default value is false, however right above, it is specified that the default options are true for both, meaning it is, in practice, impossible to use https in the headless mode.
CLI should either:
Have options flipped to use-https and force-dynamic-resources flags
Allow passing true/false to them as argument
Set default values to false (probably a very bad idea from the backwards compatibility standpoint)
The text was updated successfully, but these errors were encountered:
Patcher's CLI options, namely,
--use-http
and--optional-dynamic-resources
only allow to set corresponding options to true by their presence (as they don't take arguments), implying that the default value is false, however right above, it is specified that the default options are true for both, meaning it is, in practice, impossible to use https in the headless mode.CLI should either:
use-https
andforce-dynamic-resources
flagsThe text was updated successfully, but these errors were encountered: