Merge pull request #2669 from nextcloud/stable11-one-gotta-love-apples-regressions

[stable11] Safari CSPv3 support is sub-par
This commit is contained in:
Lukas Reschke 2016-12-14 16:57:52 +01:00 committed by GitHub
commit d5c70fae07
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ class ContentSecurityPolicyNonceManager {
Request::USER_AGENT_CHROME,
// Firefox 45+
'/^Mozilla\/5\.0 \([^)]+\) Gecko\/[0-9.]+ Firefox\/(4[5-9]|[5-9][0-9])\.[0-9.]+$/',
// Safari 10+
'/^Mozilla\/5\.0 \([^)]+\) AppleWebKit\/[0-9.]+ \(KHTML, like Gecko\) Version\/1[0-9.]+ Safari\/[0-9.A-Z]+$/',
];
if($this->request->isUserAgent($browserWhitelist)) {