Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.09 KB

known-issues.md

File metadata and controls

47 lines (31 loc) · 2.09 KB

Known Issues

Set Brave as default browser using Linux

update-alternatives --config x-www-browser

# Choose your default browser

Set Brave Nightly as default browser using Linux

If are you using Brave Nightly follow these steps:

xdg-mime default brave-browser-nightly.desktop x-scheme-handler/https
xdg-mime default brave-browser-nightly.desktop x-scheme-handler/http
xdg-settings set default-web-browser brave-browser-nightly.desktop

Hope it helps +1

How to enable 3rd-party cookies in Google Chrome browser

You may have seen messages like this for example: "Your browser is most likely blocking third-party cookies, required by the Google widget. Unblock third-party cookies and reload the page to access this feature."

To solve this problem follow the steps below:

  1. In the Google Chrome browser, at the top right, click More and then Settings.

  2. At the bottom, click on Advanced.

  3. In the Privacy and Security section, click Site settings

  4. Select Cookies

  5. Uncheck the box next to Block third-party cookies and site data:

  6. Alternatively, you can leave “Block third-party cookies and site data” enabled and add cloudHQ.net and google.com in the Allow list:\

    1. [*.]google.com
    2. [*.]cloudhq.net

    chrome extension

References