We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70289ef commit 349c113Copy full SHA for 349c113
controller/manifest.php
@@ -53,7 +53,7 @@ public function handle(): JsonResponse
53
$board_path = $this->config['force_server_vars'] ? $this->config['script_path'] : (parse_url($board_url)['path'] ?? '');
54
55
// Ensure path ends with '/' for PWA scope
56
- $scope = rtrim($board_path, '/') . '/';
+ $scope = rtrim($board_path, '/\\') . '/';
57
$start_url = $scope;
58
59
// Emoji fixer-uppers
0 commit comments