File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# v8.9.0
22- [ fixed] Fixed Shortlink regression involving underscores and dashes introduced in 8.8.0. (#8786 )
3+ - [ fixed] Reduce memory stress on ` WebKit ` API. #8847
34
45# v8.8.0
56- [ fixed] Firebase dynamic links with custom domain will only work if the custom domain has a trailing '/'. (#7087 )
Original file line number Diff line number Diff line change @@ -245,10 +245,7 @@ - (void)fetchLocaleFromWebView {
245245 if (_jsExecutor) {
246246 return ;
247247 }
248- NSString *jsString = @" window.generateFingerprint=function(){try{var "
249- @" languageCode=navigator.languages?navigator.languages[0]:navigator."
250- @" language;return languageCode;}catch(b){return"
251- " }};" ;
248+ NSString *jsString = @" window.generateFingerprint=()=>navigator.language||''" ;
252249 _jsExecutor = [[FIRDLJavaScriptExecutor alloc ] initWithDelegate: self script: jsString];
253250}
254251
You can’t perform that action at this time.
0 commit comments