Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0cc0a99

Browse files
committed
fix(workers): fix client information in worker runtime
1 parent 97aa956 commit 0cc0a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workers/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function is_url_exist(url_sha512) {
8080
}
8181
async function is_url_safe(url) {
8282
let raw = JSON.stringify({
83-
client: { clientId: 'Url-Shorten-Worker', clientVersion: '1.0.7' },
83+
client: { clientId: '@andatoshiki/fuki', clientVersion: '0.0.13' },
8484
threatInfo: {
8585
threatTypes: ['MALWARE', 'SOCIAL_ENGINEERING', 'POTENTIALLY_HARMFUL_APPLICATION', 'UNWANTED_SOFTWARE'],
8686
platformTypes: ['ANY_PLATFORM'],

0 commit comments

Comments
 (0)