lila/modules/api/src
Niklas Fiekas c8d5d5d553 remove wasmxEnabledSetting
The Origin-Trial header can be managed with nginx if nescessary. For
example:

  location ~ ^/(analysis|practice|training|study) {
    # WebAssembly Threads trial (wasmx), ends 2019-03-06
    add_header Origin-Trial "Ap9XcH0KudHVbEiGod0LQEdRpQAJTkZB4CvOeNI3D7I6CWgsrJLC26CnghTE8RaFx7dQloqGEjBtYWK4Gk+zzQ8AAABXeyJvcmlnaW4iOiJodHRwczovL2xpY2hlc3Mub3JnOjQ0MyIsImZlYXR1cmUiOiJXZWJBc3NlbWJseVRocmVhZHMiLCJleHBpcnkiOjE1NTE4MzAzOTl9";
    include lichess-hsts.conf;
    limit_req zone=nodos burst=20;
    include lichess-proxy.conf;
    proxy_read_timeout 10s;
    proxy_pass http://backend;
  }
2019-02-05 01:58:11 +01:00
..
main remove wasmxEnabledSetting 2019-02-05 01:58:11 +01:00
test scalafix: ProcedureSyntax 2017-10-21 15:06:14 -05:00