Adding a function to intercept and drop unwanted requests

This commit is contained in:
Karim shoair
2024-11-03 16:25:55 +02:00
parent 0867d9e78a
commit c8c494e73f
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@ from .custom import (
)
from .navigation import (
js_bypass_path,
intercept_route,
construct_websocket_url,
)