diff --git a/pkg/arvo/app/dbug.hoon b/pkg/arvo/app/dbug.hoon index fd9c9b296e..f7132f05f9 100644 --- a/pkg/arvo/app/dbug.hoon +++ b/pkg/arvo/app/dbug.hoon @@ -143,7 +143,6 @@ %js (js-response:gen u.file) %css (css-response:gen u.file) %png (png-response:gen u.file) - %woff2 (woff2-response:gen u.file) == :: get data matching the json and convert it :: @@ -401,7 +400,7 @@ ++ get-file-at |= [base=path file=path ext=@ta] ^- (unit octs) - ?. ?=(?(%html %css %js %png %woff2) ext) + ?. ?=(?(%html %css %js %png) ext) ~ =/ =path :* (scot %p our.bowl) diff --git a/pkg/arvo/app/file-server.hoon b/pkg/arvo/app/file-server.hoon index 888c268c1c..f32697115f 100644 --- a/pkg/arvo/app/file-server.hoon +++ b/pkg/arvo/app/file-server.hoon @@ -219,9 +219,9 @@ =/ file (as-octs:mimes:html .^(@ %cx scry-path)) :_ public.u.content ?+ ext.req-line not-found:gen - [~ %js] (js-response:gen file) - [~ %css] (css-response:gen file) - [~ %png] (png-response:gen file) + [~ %js] (js-response:gen file) + [~ %css] (css-response:gen file) + [~ %png] (png-response:gen file) :: [~ %html] %. file diff --git a/pkg/arvo/lib/pill.hoon b/pkg/arvo/lib/pill.hoon index 9c50323fec..fcde0e5986 100644 --- a/pkg/arvo/lib/pill.hoon +++ b/pkg/arvo/lib/pill.hoon @@ -77,7 +77,7 @@ =? hav ?=(^ fil.lon) :: XX this whitelist needs to be reviewed :: - ?. ?= ?(%css %hoon %html %js %json %md %png %txt %udon %umd %woff2) + ?. ?= ?(%css %hoon %html %js %json %md %png %txt %udon %umd) -.tyl :: :: install only files with whitelisted marks diff --git a/pkg/arvo/mar/woff2.hoon b/pkg/arvo/mar/woff2.hoon index f0646f55bf..7e72429085 100644 --- a/pkg/arvo/mar/woff2.hoon +++ b/pkg/arvo/mar/woff2.hoon @@ -9,4 +9,4 @@ ++ noun octs -- ++ grad %mime --- \ No newline at end of file +--