We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaabfd commit 88cacf2Copy full SHA for 88cacf2
1 file changed
Includes/_Security.au3
@@ -165,6 +165,8 @@ Func _IsSafeFlag(ByRef $sCommandLine)
165
Case "--windows-store-app"
166
ContinueCase
167
Case "--winrt-background-task-event"
168
+ ContinueCase
169
+ Case "--profile-directory=Default"
170
$bSafe = True
171
Case Else
172
$bSafe = False
@@ -206,7 +208,7 @@ Func _IsSafeURL(ByRef $sURL)
206
208
Local $bSafe = False
207
209
210
If $sURL = "" Or StringRegExp($sURL, "\s+") Then
- _Log($hLogs[$AppSecurity], "Received Blank Microsoft Edge Call. " & @CRLF)
211
+ _Log($hLogs[$AppSecurity], "Received Blank Microsoft Edge Call." & @CRLF)
212
Return SetError(1, 0, 0)
213
Else
214
$aURL = StringSplit($sURL, ":")
0 commit comments