From 1235363465b824d26129d4aa74a4445f362c1a73 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 25 Apr 2020 03:47:44 +0300 Subject: Fix Wekan not load at all in Firefox v.68 for Android. Thanks to xet7 ! Closes #3021 --- rebuild-wekan.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rebuild-wekan.sh') diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 61c19928..5b921574 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -148,6 +148,8 @@ do rm -rf .build meteor build .build --directory cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js + # Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc. + rm -rf .build/bundle/programs/web.browser.legacy #Removed binary version of bcrypt because of security vulnerability that is not fixed yet. #https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac #https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c -- cgit v1.2.3-1-g7c22