webdrop-bridge/tests/unit
claudi 86034358b7 Add URL whitelist enforcement for Kiosk-mode and enhance configuration management
- Introduced `allowed_urls` in configuration to specify whitelisted domains/patterns.
- Implemented `RestrictedWebEngineView` to enforce URL restrictions in the web view.
- Updated `MainWindow` to utilize the new restricted web view and added navigation toolbar.
- Enhanced unit tests for configuration and restricted web view to cover new functionality.
2026-01-28 11:33:37 +01:00
..
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
test_config.py Add URL whitelist enforcement for Kiosk-mode and enhance configuration management 2026-01-28 11:33:37 +01:00
test_logging.py Implement configuration management, drag-and-drop functionality, and logging utilities for WebDrop Bridge 2026-01-28 11:21:11 +01:00
test_project_structure.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
test_restricted_web_view.py Add URL whitelist enforcement for Kiosk-mode and enhance configuration management 2026-01-28 11:33:37 +01:00
test_validator.py Implement configuration management, drag-and-drop functionality, and logging utilities for WebDrop Bridge 2026-01-28 11:21:11 +01:00