Skip to content

Commit

Permalink
Add Lidar authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jan 8, 2024
1 parent f289c62 commit 3cdd747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xml/http_wwwauth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,12 @@
<param pos="0" name="hw.device" value="Power Device"/>
</fingerprint>

<fingerprint pattern="(?i)^Basic realm=&quot;Lidarr&quot;">
<description>Lidarr</description>
<param pos="0" name="service.vendor" value="Lidarr"/>
<param pos="0" name="service.product" value="Lidarr"/>
</fingerprint>

<!-- a variety of headers we currently just ignore -->

<fingerprint pattern="(?i)^NTLM$">
Expand Down

0 comments on commit 3cdd747

Please sign in to comment.