We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8899da2 + 133164d commit e18fec8Copy full SHA for e18fec8
1 file changed
polliLib/src/client.js
@@ -1,5 +1,5 @@
1
-const DEFAULT_USER_AGENT = `polliLib-web/0.1.0 (+https://pollinations.ai)`;
2
-
+// Browsers do not allow setting a custom `User-Agent` header, so
+// PolliClientWeb relies on the default browser user agent.
3
export class PolliClientWeb {
4
constructor({
5
referrer = inferReferrer(),
0 commit comments