CachyOS / CachyOS-Browser-Common

Mozilla Public License 2.0
8 stars 4 forks source link

Undesired requests appear everytime launching the cachy-browser #12

Closed HSidhiuwhfiunci closed 3 hours ago

HSidhiuwhfiunci commented 3 hours ago

Everytime I launch the cachy-browser and review the about:networking, there are always some undesired requests that connect to firefox.settings.services.mozilla.com, content-signature-2.cdn.mozilla.net And I also review the /usr/lib/cachy-browser/omni.ja, which still got the

  ENGINES_URLS: {
    "prod-main":
      "https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-config/records",
    "prod-preview":
      "https://firefox.settings.services.mozilla.com/v1/buckets/main-preview/collections/search-config/records",
    "stage-main":
      "https://firefox.settings.services.allizom.org/v1/buckets/main/collections/search-config/records",
    "stage-preview":
      "https://firefox.settings.services.allizom.org/v1/buckets/main-preview/collections/search-config/records",
  },

However they should be patched with patches/sed-patches/stop-undesired-requests.patch, but it seems doesn't work.

vnepogodin commented 3 hours ago

Librewolf patches were removed