szepeviktor / RootFiles

Important files in the document root which get downloaded without links.
MIT License
14 stars 1 forks source link

.well-known/traffic-advice #8

Open szepeviktor opened 3 years ago

szepeviktor commented 3 years ago

Please read https://github.com/buettner/private-prefetch-proxy/blob/main/traffic-advice.md

szepeviktor commented 2 years ago
RewriteRule "^/\.well-known/traffic-advice$" - [T=application/trafficadvice+json,END]
szepeviktor commented 2 years ago

Allow Google's Early Access Program

[{"user_agent":"prefetch-proxy","google_prefetch_proxy_eap":{"fraction":1.0}}]

Disable prefetching

[{"user_agent":"prefetch-proxy","disallow":true}]

Enable prefetching

[{"user_agent":"prefetch-proxy","disallow":false}]