summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuberly, Guarnizo Fuentes Rivera2022-06-14 23:07:01 -0500
committerGitHub2022-06-14 23:07:01 -0500
commit819b1a82860570e459ef337c890b3b199bb67387 (patch)
tree0fa046a73aa88ca428dedcdda531c5315e6a408a
parent7a2452ab1bfe2d2557bb77a7296d632802f4d26d (diff)
downloadaur-819b1a82860570e459ef337c890b3b199bb67387.tar.gz
Changed User Agent from Safari to Mozilla
Change to avoid the latest "Safari needs update" problem.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5efbc10e25bd..442906c383be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
--icon "${pkgname}.png" \
--width "800px" \
--height "600px" \
- --user-agent "safari" \
+ --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 12_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15" \
--inject "${pkgname}-inject.js" \
--browserwindow-options '{ "webPreferences": { "spellcheck": true } }' \
--verbose \