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
When called from the .onInit NSIS function, transfers will not start.
This is a regression caused by the security checks added in GH-6.
Exported functions receive a NULL parent window during .onInit, which is quickly rejected by our new validations.
NULL windows should be treated as valid.
The text was updated successfully, but these errors were encountered:
When called from the
.onInit
NSIS function, transfers will not start.This is a regression caused by the security checks added in GH-6.
Exported functions receive a NULL parent window during
.onInit
, which is quickly rejected by our new validations.NULL windows should be treated as valid.
The text was updated successfully, but these errors were encountered: