Modify the backend so that instead of using the server owner's QRZ & HamQTH credentials, it instead requires them to be provided by the client (if none are provided, the lookups do not occur.)

This commit is contained in:
Ian Renton
2026-05-09 15:43:22 +01:00
parent 0988a567b8
commit f81ef4347f
18 changed files with 385 additions and 174 deletions

View File

@@ -24,7 +24,7 @@
<title>Spothole</title>
<link rel="stylesheet" href="/css/style.css?v=1777825937" type="text/css">
<link rel="stylesheet" href="/css/style.css?v=1778337803" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link href="/fa/css/fontawesome.min.css" rel="stylesheet" />
@@ -46,9 +46,9 @@
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/tinycolor2@1.6.0/cjs/tinycolor.min.js"></script>
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1777825937"></script>
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1777825937"></script>
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1777825937"></script>
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1778337803"></script>
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1778337803"></script>
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1778337803"></script>
</head>
<body>