mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 23:08:48 +00:00
hide webkit details marker, logger url output
This commit is contained in:
parent
4ccf8eddae
commit
f9c2f40ad1
2 changed files with 5 additions and 1 deletions
|
@ -54,3 +54,7 @@ body {
|
||||||
background-color: var(--scrollbar-thumb);
|
background-color: var(--scrollbar-thumb);
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -52,7 +52,7 @@ export default async function credentialedProxyHandler(req, res) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (status >= 400) {
|
if (status >= 400) {
|
||||||
logger.debug("HTTP Error %d calling %s//%s%s...", status, url.protocol, url.hostname, url.pathname);
|
logger.error("HTTP Error %d calling %s", status, url.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!validateWidgetData(widget, endpoint, data)) {
|
if (!validateWidgetData(widget, endpoint, data)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue