Fix quoting of 'none' in CSP header

The keyword 'none' must be surrounded by single quotes.
Regression introduced by #2168.
このコミットが含まれているのは:
Samantaz Fox 2021-06-20 18:43:00 +02:00 committed by GitHub
コミット 5a8825d016
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -187,7 +187,7 @@ before_all do |env|
if env.request.resource.starts_with?("/embed")
frame_ancestors = "'self' http: https:"
else
frame_ancestors = "none"
frame_ancestors = "'none'"
end
# TODO: Remove style-src's 'unsafe-inline', requires to remove all