Files
privacy.sexy/docs/desktop-vs-web-features.md
undergroundwires ba5b29a35d Improve security and privacy with strict meta tags
This commit introduces two meta tags to strengthen the application's
security posture and enhance user privacy, following best practices and
OWASP recommendations.

- Add Content-Security-Policy (CSP) to strictly to strictly control
  which resources the application is allowed, mitigating the risk of
  code injection attacks such as Cross-Site Scripting (XSS).
- Add `referrer` meta tag to prevent the users' browser from sending the
  page's address, or referrer, when navigating to another site, thereby
  enhancing user privacy.
2023-12-06 15:08:58 +01:00

2.4 KiB

Desktop vs. Web Features

This table highlights differences between the desktop and web versions of privacy.sexy.

Feature Desktop Web
Usage without installation 🔴 Not available 🟢 Available
Offline usage 🟢 Available 🟡 Partially available
Auto-updates 🟢 Available 🟢 Available
Logging 🟢 Available 🔴 Not available
Script execution 🟢 Available 🔴 Not available

Feature descriptions

Usage without installation

You can use the web version directly in a browser without installation. The desktop version requires download and installation.

Note for Linux users: On Linux, privacy.sexy is available as an AppImage, a portable format that doesn't need traditional installation. This allows Linux users to use the desktop version without full installation, akin to the web version.

Offline usage

The web version, once loaded, supports offline use. Desktop version inherently allows offline usage.

Auto-updates

Both the desktop and web versions of privacy.sexy provide timely access to the latest features and security improvements. The updates are automatically deployed from source code, reflecting the latest changes for enhanced security and reliability. For more details, see CI/CD documentation.

The desktop version ensures secure delivery through cryptographic signatures and version checks.

Security is a top priority at privacy.sexy.

Note for macOS users: On macOS, the desktop version's auto-update process involves manual steps due to Apple's code signing costs. Users get notified about updates but might need to complete the installation manually. Consider donating to help improve this process ❤️.

Logging

The desktop version supports logging of activities to aid in troubleshooting. This feature is not available in the web version.

Log file locations vary by operating system:

  • macOS: $HOME/Library/Logs/privacy.sexy
  • Linux: $HOME/.config/privacy.sexy/logs
  • Windows: %APPDATA%\privacy.sexy\logs

Script execution

Direct execution of scripts is possible in the desktop version, offering a more integrated experience. This functionality is not present in the web version due to browser limitations.