Skip to content

Ability to set custom HTTP headers per each frontend

Eugenij requested to merge service-worker-allowed-header into develop

E.g.,

"fedi-fe" => %{
  "name" => "fedi-fe",
  ...
  "custom-http-headers" => [
    {"service-worker-allowed", "/"}
  ]
},

This allows an admin to have more control over the Service Worker scope. E.g., the FE build can place the JS files under the /assets folder but still register the Service Worker under the / scope.

Edited by Eugenij

Merge request reports