🔒 Fix: Log-Server-URL auf HTTPS umgestellt
Android 9+ blockt Cleartext-HTTP-Traffic standardmäßig. logs.baka-net.de läuft hinter Caddy mit TLS — https:// ist korrekt. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XJzQjUtnvYUtHdnTs3iCru
This commit is contained in:
co-authored by
Claude Haiku 4.5
parent
a1e8fadb75
commit
91fbe3dd6e
@@ -33,7 +33,7 @@ class LogEntry {
|
||||
|
||||
/// Centralized Logging Service mit Auto-Upload zu Server
|
||||
class LoggerService extends ChangeNotifier {
|
||||
static const String _logServerUrl = 'http://logs.baka-net.de/api/logs';
|
||||
static const String _logServerUrl = 'https://logs.baka-net.de/api/logs';
|
||||
static const int _batchSize = 20;
|
||||
|
||||
final List<LogEntry> _logs = [];
|
||||
|
||||
Reference in New Issue
Block a user