Compare commits
2 Commits
9400c9d748
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a28c55e5d | |||
| b54ce54e79 |
@@ -75,7 +75,7 @@ func (v *linkValidatorImpl) ValidateLink(rawURL string) (token string, ok bool)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
token = parsedURL.Query().Get("token")
|
token = parsedURL.Query().Get(v.config.Communication.QrQueryToken)
|
||||||
if token == "" {
|
if token == "" {
|
||||||
v.log.Debug("URL missing token parameter", "url", rawURL)
|
v.log.Debug("URL missing token parameter", "url", rawURL)
|
||||||
return "", false
|
return "", false
|
||||||
|
|||||||
Reference in New Issue
Block a user