Skip to content

Commit

Permalink
Haproxy SameSite incompatible browser detection
Browse files Browse the repository at this point in the history
The Safari regexp would also catch some Android browsers. It has been
removed and replaced by more specific OS-X 10.14 browser detection. See
https://www.chromium.org/updates/same-site/incompatible-clients/ for
more information.
  • Loading branch information
quartje committed Sep 10, 2024
1 parent 0735180 commit 1bfad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/haproxy/files/nosamesitebrowsers.lst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Version\/.* Safari\/
Chrom(e|ium)\/(5[1-9]|6[0-6])
UCBrowser
iPhone OS 12_
iPad; CPU OS 12_
Outlook-iOS
\(Macintosh; Intel Mac OS X 10_14(_\d|)\) AppleWebKit\/[\.\d]+ \(KHTML, like Gecko\)$
\(Macintosh; Intel Mac OS X 10_14(_\d+|)\) AppleWebKit/[.\d]+ \(KHTML, like Gecko\) Version\/.* Safari\/
ownCloud-iOS

0 comments on commit 1bfad9f

Please sign in to comment.