File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ cmake -B build \
19
19
20
20
cmake --build build
21
21
cmake --install build
22
+
23
+ install -Dm755 falkon-privacy " $1 /usr/bin/falkon-privacy"
Original file line number Diff line number Diff line change 1
1
ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587 falkon-3.1.0.tar.xz
2
2
37734210642c99c6f4b047bbf15fb208348fdd6564b2fcf674e282505770c983 0001-falkon-no-execinfo.patch
3
+ 929dc4ee0e1ec87510696894e0ba3d0218707d6fe9903be3cde5c4ff71a50aa2 falkon-privacy
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ exec falkon \
4
+ --disable-file-system \
5
+ --disable-gpu-watchdog \
6
+ --disable-notifications \
7
+ --disable-permissions-api \
8
+ --disable-presentation-api \
9
+ --disable-print-preview \
10
+ --disable-remote-playback-api \
11
+ --disable-renderer-accessibility \
12
+ --disable-shared-workers \
13
+ --disable-speech-api \
14
+ --disable-sync \
15
+ --disable-wake-on-wifi \
16
+ --disable-webgl \
17
+ --disable-3d-apis \
18
+ --disable-media-session-api \
19
+ --disable-background-networking \
20
+ --force-webrtc-ip-handling-policy=default_public_interface_only \
21
+ --webview-disable-safebrowsing-support \
22
+ --google-base-url about:blank \
23
+ --google-apis-url about:blank \
24
+ --google-url about:blank \
25
+ --connectivity-check-url about:blank \
26
+ --crash-server-url about:blank \
27
+ --cryptauth-http-host about:blank \
28
+ " $@ "
Original file line number Diff line number Diff line change 1
1
https://download.kde.org/stable/falkon/3.1/falkon-3.1.0.tar.xz
2
2
patches/0001-falkon-no-execinfo.patch
3
+ files/falkon-privacy
You can’t perform that action at this time.
0 commit comments