ai training tags

main
Bob Mottram 2024-06-15 19:31:15 +01:00
parent ce4568a69f
commit b14fd40ab0
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ def _set_headers_base(self, file_format: str, length: int, cookie: str,
if permissive:
self.send_header('Access-Control-Allow-Origin', '*')
return
self.send_header('X-Robots-Tag', 'noai, noimageai, GPC')
self.send_header('X-AP-Instance-ID', self.server.instance_id)
self.send_header('X-Clacks-Overhead', self.server.clacks)
self.send_header('Sec-GPC', '1')