diff options
author | Leah Rowe <leah@libreboot.org> | 2023-07-29 13:46:44 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-07-29 13:46:44 +0100 |
commit | e8ba0f87815407f00f11eaf73a5dd5c2ddceea34 (patch) | |
tree | 83dd412e5e4554e2a5c29c9ef08f6ed43753d0b9 /resources/scripts | |
parent | 4875eef116549104254459fc6e2a01143228e52f (diff) |
blobs/download: declare full user agent
I messed up the string, when I first did this.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/update/blobs/download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download index 0efd92a7..6c8457bd 100755 --- a/resources/scripts/update/blobs/download +++ b/resources/scripts/update/blobs/download @@ -5,7 +5,7 @@ # SPDX-FileCopyrightText: 2023 Leah Rowe <info@minifree.org> # SPDX-License-Identifier: GPL-3.0-only -agent="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101" +agent="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" ec_url="" ec_url_bkup="" |