flathub / com.gitlab.newsflash

This repo is archived by Flathub as the app is EOL. If this was done in error, please open an issue at https://github.com/flathub/flathub/issues
https://flathub.org/apps/details/com.gitlab.newsflash
1 stars 1 forks source link

Ability to configure the site/domain which is pinged to check if online connectivity is working #27

Closed ArcticDev78 closed 5 months ago

ArcticDev78 commented 5 months ago

Hi, I am currently experiencing an issue with Newsflash after installing the Portmaster firewall software. When I open the Newsflash application while the Portmaster firewall is running, the firewall seems to block the “example.com” network traffic that goes through “System DNS”. The following screenshot shows the info:

Screenshot from 2024-06-12 06-32-04

I've been trying everything that can be done to allow this network traffic, but it simply does not seem to work. A possible solution would be to allow the user to be able to configure a custom site or domain which will be pinged to check if the online connectivity is working. Thank you.

jangernert commented 5 months ago

~/.var/app/io.gitlab.news_flash.NewsFlash/config/news-flash/newsflash_gtk.json

"advanced": {
    "proxy": [],
    "accept_invalid_certs": false,
    "accept_invalid_hostnames": false,
    "inspect_article_view": true,
    "article_view_load_images": true,
    "ping_url": "http://example.com/"
  },
ArcticDev78 commented 5 months ago

~/.var/app/io.gitlab.news_flash.NewsFlash/config/news-flash/newsflash_gtk.json

"advanced": {
    "proxy": [],
    "accept_invalid_certs": false,
    "accept_invalid_hostnames": false,
    "inspect_article_view": true,
    "article_view_load_images": true,
    "ping_url": "http://example.com/"
  },

Thanks a lot, I modified the ping_url and it works now! :tada: