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
New validity check tests for matching start of string instead of whole string when checking sandbox names against special device names.
Example: Unable to create sandbox "consort" because it starts with "con".
Related suggestions & bugs:
Would be good if all components would use the same shared code, say, a common function "IsValidBoxName()", for these tests (Classic, Plus, Driver, etc etc)
"clock$" need not be tested as "$" is an invalid char
Potentially similar issue in project "Start" > delete.cpp > ProcessFiles line 820
Disallow "GlobalSettings" as a sandbox name, or create an appropriate fix as the headings in .ini overlap
Sandboxie Classic 5.49.0
New validity check tests for matching start of string instead of whole string when checking sandbox names against special device names.
Example: Unable to create sandbox "consort" because it starts with "con".
Related suggestions & bugs:
Line 191:
Sandboxie/Sandboxie/apps/control/CreateDialog.cpp
Lines 178 to 195 in a6a5663
The text was updated successfully, but these errors were encountered: