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 25823e3 commit ac86526Copy full SHA for ac86526
web_app/server.py
@@ -538,7 +538,7 @@ def get_infos():
538
539
infos = {"app" : "RTKBase",
540
"app_version" : rtkbaseconfig.get("general", "version"),
541
- "url" : request.base_url,
+ "url" : html.escape(request.base_url),
542
"fqdn" : socket.getfqdn(),
543
"uptime" : get_uptime(),
544
"hostname" : socket.gethostname()}
0 commit comments