You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add a UserAgentTokens directive to client.conf (and the corresponding plist on macOS) to allow a user to configure what information is included in the default User-Agent string, just like we do for cupsd.conf with the ServerTokens directive.
The text was updated successfully, but these errors were encountered:
cups/cups-private.h:
- Add enum and value for UserAgentTokens directive.
cups/usersys.c:
- _cups_finalize_conf(): Copy UserAgentTokens value to globals.
- _cups_init_conf(): Set default UserAgentTokens value and grab prefs.
- _cups_read_conf(): Look for UserAgentTokens value.
- _cups_set_uatokens(): Set UserAgentTokens value.
- cupsSetUserAgent(): Support UserAgentTokens values.
Need to add a UserAgentTokens directive to client.conf (and the corresponding plist on macOS) to allow a user to configure what information is included in the default User-Agent string, just like we do for cupsd.conf with the ServerTokens directive.
The text was updated successfully, but these errors were encountered: