We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ad15d commit fedbf24Copy full SHA for fedbf24
1 file changed
src/sw/downloader.ts
@@ -267,7 +267,7 @@ class Downloader {
267
268
this.alreadyDecoded = !coll.config["decode"] && !coll.config["loadUrl"];
269
270
- this.softwareString = softwareString || "ArchiveWeb.page";
+ this.softwareString = softwareString || "Packrat";
271
272
this.uuidNamespace = uuidNamespace || DEFAULT_UUID_NAMESPACE;
273
0 commit comments