Skip to content

Commit 88cacf2

Browse files
committed
Allow Default Profile
1 parent 8eaabfd commit 88cacf2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Includes/_Security.au3

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Func _IsSafeFlag(ByRef $sCommandLine)
165165
Case "--windows-store-app"
166166
ContinueCase
167167
Case "--winrt-background-task-event"
168+
ContinueCase
169+
Case "--profile-directory=Default"
168170
$bSafe = True
169171
Case Else
170172
$bSafe = False
@@ -206,7 +208,7 @@ Func _IsSafeURL(ByRef $sURL)
206208
Local $bSafe = False
207209

208210
If $sURL = "" Or StringRegExp($sURL, "\s+") Then
209-
_Log($hLogs[$AppSecurity], "Received Blank Microsoft Edge Call. " & @CRLF)
211+
_Log($hLogs[$AppSecurity], "Received Blank Microsoft Edge Call." & @CRLF)
210212
Return SetError(1, 0, 0)
211213
Else
212214
$aURL = StringSplit($sURL, ":")

0 commit comments

Comments
 (0)