fix: allow embedding into iframes (close #550)
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>pull/607/head
parent
28b326ab1d
commit
2d858e6738
|
@ -85,9 +85,7 @@ func getStaticHandlers(storage *storage.Storage) (http.Handler, http.Handler) {
|
||||||
return http.StatusNotFound, nil
|
return http.StatusNotFound, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
w.Header().Set("x-frame-options", "SAMEORIGIN")
|
|
||||||
w.Header().Set("x-xss-protection", "1; mode=block")
|
w.Header().Set("x-xss-protection", "1; mode=block")
|
||||||
|
|
||||||
return handleWithStaticData(w, r, d, box, "index.html", "text/html; charset=utf-8")
|
return handleWithStaticData(w, r, d, box, "index.html", "text/html; charset=utf-8")
|
||||||
}, "", storage)
|
}, "", storage)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue