Skip to content

Falkon 24.08 Release notes

This release focuses on SiteSettings feature, so I will try to introduce it here.

Site Settings

This feature tries to enable per site configuration / settings of multiple options per website host / domain. It consist of having global / default options and site / local settings.

List of supported configuration options

  • Cookies
  • HTML5 permissions
    • Notifications
    • Geolocation
    • Microphone
    • Camera
    • Microphone and Camera
    • Hide mouse pointer
    • Screen capture
    • Screen capture with audio
  • QtWebEngine permissions
    • Autoload Images
    • Enable Javascript
    • Javascript: Open popup windows
    • Javascript: Access clipboard
    • Javascript: Paste from clipboard
    • JavaScript: Activate windows
    • Local Storage
    • FullScreen support
    • Run insecure content
    • Automatic playing of videos
    • Allow reading from canvas (Needs to be enabled to pass CloudFlare) (Qt 6.6+)
    • Force dark mode (Qt 6.7+)

Previews

These options can be changed for the given site in the “Site Info” dialog.

Site Info with Permissions tab
Site Info with Permissions tab

The default options for HTML5 can be changed in “Preferences > Privacy”

Preferences with HTML5 permissions tab
Preferences with Privacy and HTML5 Permissions tab

The default QtWebEngine / site options can be changed in the Browsing tab or in place where they where configured until now.

Preferences with Site Settings tab
Preferences with Privacy and Site Settings tab

In the preferences it is only possible to change existing modified permissions for given sites. At the moment it is not possible to manually add sites to the list, this can only be done from within “Site Info” dialog.

Missing feature

These features will be done at a later unspecified date.

  • QML support
  • Zoom level per domain

Short ChangeLog

  • Add site permissions
  • Enable WebInspector with disabled JavaScript (BUG: 462887)
  • Random fixes