Restore direct URL scan concatenation
Avoid inserting a query separator when forwarding scans using the "simply add content" request type.
This commit is contained in:
@@ -50,7 +50,7 @@ private fun Scan.send(
|
||||
extras: Map<String, String>
|
||||
): Response? = when (type) {
|
||||
SEND_TYPE_GET_ADD_CONTENT -> request(
|
||||
buildUrl(url, text.urlEncode())
|
||||
url + text.urlEncode()
|
||||
)
|
||||
|
||||
SEND_TYPE_GET_QUERY_STRING -> request(
|
||||
|
||||
Reference in New Issue
Block a user