apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Brave flatpak policy broken now #106

Closed apatel762 closed 1 year ago

apatel762 commented 1 year ago

The com.brave.Browser Flatpak maintainers removed the custom policy file from the build process recently (to fix an issue with something else), so now the policies aren't taking effect.

Need to figure out some other way of enabling the policy.

apatel762 commented 1 year ago

The Chromium Flatpak allows you to define a custom Flatpak extension that will automatically copy policy over when the Flatpak is installed.

https://github.com/flathub/org.chromium.Chromium/blob/master/examples/policies/google-safe-search/org.chromium.Chromium.Extension.google-safe-search-policy.yaml

This would be nice to adapt, but I don't think that it's supported by the Brave Browser Flatpak.