Skip to content

Commit fb33d79

Browse files
Use better UA
Co-authored-by: Jiří Beneš <[email protected]>
1 parent 1c6d84e commit fb33d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/common/io/requests.effekt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def uri(uri: String): Unit / { RequestBuilder, Exception[WrongFormat] } = {
315315

316316
def defaultHeaders(): Unit / RequestBuilder = {
317317
if(internal::backend() != "js-web"){
318-
do header("user-agent", "Effekt script / Script written in the Effekt language")
318+
do header("User-Agent", "Effekt-io-requests/0.1.0")
319319
}
320320
// TODO should we add more?
321321
}

0 commit comments

Comments
 (0)