#snac #servo #snac2 #webengine
PSA for #Qutebrowser users (#Qt6 #Webengine based): we need to use this option to enable #kerberos support in `~/.config/qutebrowser/autoconfig.yaml` (for example, if you're a @fedora package maintainer and don't want to have to keep re-logging into Fedora websites):
```
qt.args:
global:
- auth-server-allowlist=*<domain>
```
Used to be `auth-server-whitelist` but changed at some point.
Reference: https://github.com/qutebrowser/qutebrowser/issues/8313
Кого из провайдеров DNS-over-HTTPS выбрать и где найти перечень доступных? Есть вот такой [список](https://github.com/crypt0rr/public-doh-servers/blob/main/dns.list) Для использования добавлять суффикс `/dns-query` указывая DoH-провайдера в настройках браузера. Должно получаться нечто вроде: `https://dns1.nextdns.io/dns-query` На скриншоте пример с Firefox, а в том же #Vivaldi ещё нет настроек DoH и вот только-только [появляется](https://vivaldi.com/blog/desktop/dns-over-https-vivaldi-browser-snapshot-3731-3/). Есть так же эта же инфа в более виде таблицы [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers) в репозитории curl и с MarkDown разметкой, про неё @[email protected] напомнил в комментах. $[blur $[border.color=ebAA92,style=outset,width=2,radius=5 Это лишь о настройке веб-браузеров, т.к. заворачивания в системе всего DNS-трафика в DoH является отдельной темой. Каким образом программы выполняют работу с DNS хорошо расписано в публикациях сродни [«Как работает DNS в Linux. Часть 1»](https://www.pvsm.ru/linux/422897) — почему и каким образом могут идти в обход настроек в системе. Та же проблема, что и при работе софта через прокси — запросы к DNS могут «утекать» мимо, хотя трафик при этом и будет гнаться через проксю.]] #DNS #privacy #security #DoH #DNS-over-HTTPS @[email protected] @[email protected] (📎1)
(Linux news in original post)
FOSS NEWS
Mozilla discontinues Fakespot Deep Fake Detector:
https://www.omgubuntu.co.uk/2025/06/mozilla-deepfake-ai-detector-closing-down
Organic Maps gets option to save planned routes and other improvements:
https://alternativeto.net/news/2025/6/organic-maps-adds-planned-route-saving-recording-track-information-and-new-map-objects/
CoMaps 2025.06.10 is now available on F-Droid with new UI and updated maps:
https://alternativeto.net/news/2025/6/comaps-android-2025-06-10-now-on-f-ddroid-with-new-ui-and-updated-maps/
Proton Mail and Calendar gets option for adding notes when replying to event invitations:
https://alternativeto.net/news/2025/6/proton-mail-and-calendar-introduce-notes-for-event-invitations/
ONLYOFFICE 9.0 released with new themes, redesigned start screen, new Diagram Viewer tool, new supported formats (Markdown, OpenDocument Graphics, Excel binary workbook files) etc.:
https://www.omgubuntu.co.uk/2025/06/onlyoffice-9-0-desktop-new-features-ai
Immich 1.135 released with iOS home screen widgets, Google Cast support and album descriptions in mobile apps, opt-in Google Cast integration and new onboarding flow on web, etc.:
https://alternativeto.net/news/2025/6/immich-1-135-released-with-ios-widgets-google-cast-support-new-onboarding-flow-and-more/
ReactOS gets better support for fullscreen programs:
https://www.phoronix.com/news/ReactOS-Fullscreen-Apps
Calibre 8.5 released with improved Kobo driver, new button in the Manage Data Files dialog to cancel remaining e-books when managing multiple ones, etc.:
https://9to5linux.com/calibre-8-5-open-source-e-book-manager-improves-the-kobo-driver
Zed gets new multi-language debugger tool, supporting Rust, Go, Python, JavaScript and C/C++:
https://news.itsfoss.com/zed-debugger-support/
Git 2.50 released with multi-pack reachability, improved multiple cruft packs, ORT merge engine, etc.:
https://alternativeto.net/news/2025/6/git-2-50-adds-multi-pack-reachability-improved-multiple-cruft-packs-and-ort-merge-engine/
Servo gets animated GIF support, support for SVG images via HTML "img" tag, input type="color" support, better layout and CSS support, etc.:
https://www.phoronix.com/news/Servo-May-2025-Animated-GIFs
Zen Browser 1.13b released with spaces for tabs instead of workspaces, updated Firefox base, Google Safe Browsing support:
https://alternativeto.net/news/2025/6/zen-browser-1-13b-introduces-spaces-for-tabs-and-various-fixes-and-updates/
#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #Mozilla #Fakespot #OrganicMaps #CoMaps #Proton #ProtonMail #ProtonCalendar #ONLYOFFICE #Immich #ReactOS #Calibre #Zed #Git #Servo #ZenBrowser #WebBrowser #Browser #Development #Dev #Programming #Coding #OfficeSuite #Maps #OperatingSystem #OS #EbookReader #CodeEditor #WebEngine #BrowserEngine #VersionControl #Ebook #FosseryTech
If you're using a #QT #Webengine based browser like me (@qutebrowser or #Falkon), #Elsevier 's #ScienceDirect website may cause issues because they "only support the last 3 releases" of most browsers. Luckily, they use the user agent to detect the browser. So, a workaround is to use something like this, with a new enough version for the #Chrome version:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/6.8.2 Chrome/132.0.0.0 Safari/537.36
Plus shadow DOM buffs, smaller binaries, and new SubtleCrypto algorithms (HMAC, AES-GCM, AES-KW, PBKDF2).
A Brief Embedded Browser Expo.
As part of my continuing exploration of embedded browsers, a hands-on look at three nice examples: Chromium Embedded Framework, Qt WebEngine and Sailfish WebView.
What features do they support? What do their APIs look like? What are they like to use in practice?
And what is an embedded browser anyway?
https://www.flypig.co.uk/gecko?&list_id=1210&list=blog
#CEF #Qt #SailfishOS #WebEngine #WebView #Chromium #Chrome #WebKit #Blink #Gecko