Webserver header to block offering AI summaries?
I host a website, and don't want browsers (particularly Firefox) offering modified versions to others. Is there a header or something I can set webserver-side to disallow… (read more)
I host a website, and don't want browsers (particularly Firefox) offering modified versions to others. Is there a header or something I can set webserver-side to disallow Firefox from offering the option?
This doesn't work:
add_header Cache-Control "no-store, no-transform, public" always;