Skip to content

Commit

Permalink
improve workaround for network time regression
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 23, 2024
1 parent ff838b8 commit 90b75ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ http {
add_header X-Robots-Tag "none" always;
add_header X-Time $msec_integer;

if ($http_user_agent ~ "Dalvik/2.1.0") {
return 204;
}

return 301 https://grapheneos.org/faq#default-connections;
}

Expand Down

0 comments on commit 90b75ac

Please sign in to comment.