File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ protected function getBaseAuthorizeData()
5959 $ data ['BrowserJavascriptEnabled ' ] = $ this ->getBrowserJavascriptEnabled () ?: static ::BROWSER_JAVASCRIPT_NO ;
6060 $ data ['BrowserLanguage ' ] = $ this ->getBrowserLanguage () ?: static ::BROWSER_LANGUAGE ;
6161 $ data ['ThreeDSNotificationURL ' ] = $ this ->getThreeDSNotificationURL ();
62- $ data ['BrowserAcceptHeader ' ] = $ _SERVER ['HTTP_ACCEPT ' ];
63- $ data ['BrowserUserAgent ' ] = $ _SERVER ['HTTP_USER_AGENT ' ];
62+ $ data ['BrowserAcceptHeader ' ] = $ _SERVER ['HTTP_ACCEPT ' ] ?? null ;
63+ $ data ['BrowserUserAgent ' ] = $ _SERVER ['HTTP_USER_AGENT ' ] ?? null ;
6464 $ data ['ChallengeWindowSize ' ] = $ this ->getChallengeWindowSize () ?: static ::CHALLENGE_WINDOW_SIZE_05 ;
6565
6666 // Proctocol v4.00 - if BrowserJavascriptEnabled
You can’t perform that action at this time.
0 commit comments