summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy Alberto García Güiza2022-06-21 13:46:20 -0500
committerGitHub2022-06-21 13:46:20 -0500
commit9efd64b6bb96e700a457c8a99f2d5a65efc3803f (patch)
tree3801cf13a6e5519afe9ca2888ada69f1de269257
parent345f249caf7f460e18f5d8b0e3e39fe76cddb497 (diff)
parent86df4c6821fb63c70e3721731d64caee14f5f4e1 (diff)
downloadaur-9efd64b6bb96e700a457c8a99f2d5a65efc3803f.tar.gz
Merge pull request #20 from duberlyguarnizofuentesrivera/safariFix
Changed User Agent from Safari to Mozilla
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e6d048719b5..116f51b0363a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
--icon "${pkgname}.png" \
--width "800px" \
--height "600px" \
- --user-agent "firefox" \
+ --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 \