We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question
utils.isSafariBrowser regular expressions include iOS x Chrome and iOS x FireFox . Is it a specification?
iOS x Chrome
iOS x FireFox
Prebid.js/src/utils.js
Lines 817 to 819 in 7c45626
Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/80.0.3987.95 Mobile/15E148 Safari/604.1
Mozilla/5.0 (iPhone; CPU OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/23.0 Mobile/15E148 Safari/605.1.15
export function isSafariBrowser() { return /^((?!chrome|android|crios|fxios).)*safari/i.test(navigator.userAgent); }
#3095
The text was updated successfully, but these errors were encountered:
Thanks @r-ishigami - PR opened, you're welcome to review.
Sorry, something went wrong.
Thanks, @bretg :-) Reviewed it.
bretg
No branches or pull requests
Type of issue
Question
Description
utils.isSafariBrowser regular expressions include
iOS x Chrome
andiOS x FireFox
.Is it a specification?
Prebid.js/src/utils.js
Lines 817 to 819 in 7c45626
Proposal
Relation
#3095
The text was updated successfully, but these errors were encountered: