tauri/.changes/config-scope-url.md
Amr Bashir 82169e69fc
fix(core): remove trailing slash in http scope url, closes #5208 (#6974)
* fix(core): remove trailing slash in http scope url, closes #5208

* fix tests

* one more tests fix

* clippy
2023-05-17 14:33:10 +03:00

152 B

tauri-utils
patch

Fix parsing allowlist > http > scope urls that added a trailing slash which broke matching the incoming requests url.