fossfreak
fossfreak
I use this uBlock-Filter: ||^$csp=manifest-src 'none' Adapted from here: [https://www.reddit.com/r/uBlockOrigin/comments/p6xoxx/can_i_block_pwainstall_app_in_url_with_ubo/](https://www.reddit.com/r/uBlockOrigin/comments/p6xoxx/can_i_block_pwainstall_app_in_url_with_ubo/) This extension might also work (did not test): [https://chrome.google.com/webstore/detail/pwa-install-block/ieadfjdkjpnoafofpolljfnejbgppgad](https://chrome.google.com/webstore/detail/pwa-install-block/ieadfjdkjpnoafofpolljfnejbgppgad)
These are my active policies: Details Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium] "EnableMediaRouter"=dword:00000000 "CloudPrintProxyEnabled"=dword:00000000 "DesktopSharingHubEnabled"=dword:00000000 "SavingBrowserHistoryDisabled"=dword:00000001 "BackgroundModeEnabled"=dword:00000000 "NetworkPredictionOptions"=dword:00000002 "AutofillAddressEnabled"=dword:00000000 "AutofillCreditCardEnabled"=dword:00000000 "SearchSuggestEnabled"=dword:00000000 "ShowFullUrlsInAddressBar"=dword:00000001 "SpellCheckServiceEnabled"=dword:00000000 "TranslateEnabled"=dword:00000000 "MediaRecommendationsEnabled"=dword:00000000 "PasswordManagerEnabled"=dword:00000000 "PasswordLeakDetectionEnabled"=dword:00000000 "SafeBrowsingProtectionLevel"=dword:00000000 "SafeBrowsingExtendedReportingEnabled"=dword:00000000 "WPADQuickCheckEnabled"=dword:00000000...
It does not work on my side... Maybe because I'm on Windows 10 Home? I'm setting the policies manually in the registry. Other policies are respected though...
I tried everything. New profile, all other policies disabled, AV disabled. Still no success... I think i'll have to give up on that one... Edit: Could it be related to...
Update: With the current release 124.0.6367.91-1 the policies are respected. I have no insights why it wasn't on earlier releases...
Set **userChrome.tab.static_separator** to **false** in about:config
Set **userChrome.decoration.panel_button_separator** to **false** in about:config
2nd device also not working. Same behaviour. Device: Ulefone Armor X7 Pro OS: LineageOS 19.1 GSI Root: Magisk 28.1
@XRevan86 Your advice only partially fixed the error. After modifying line 166 of `install.sh` from `mktemp -d` to `mkdir -p /data/local/tmp` the installation of Cromite webview reports as successful now....