Files
WPIQ/wo
Narender Chopra 67a5b18d25 fix prefetch-proxy configuration
Seems there is an issue with these changes. This is what the output of `https://www.example.com/.well-known/traffic-advice` looks like with WO 3.15.3 :
```
[\{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": \{
 "fraction": 1.0
 \}
\}]
```
**Here is the expected output for a valid configuration**:
```
[{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": {
 "fraction": 1.0
 }
}]
```
2022-10-24 22:40:35 +05:30
..
2022-10-24 22:40:35 +05:30
2019-11-11 19:06:11 +01:00
2018-11-13 21:55:59 +01:00