We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f405e05 commit b82ddfbCopy full SHA for b82ddfb
src/webserver/http.rs
@@ -175,7 +175,7 @@ async fn render_sql(
175
actix_web::rt::spawn(async move {
176
let request_context = RequestContext {
177
is_embedded: req_param.get_variables.contains_key("_sqlpage_embed"),
178
- content_security_policy: ContentSecurityPolicy::default(),
+ content_security_policy: app_state.config.content_security_policy.clone(),
179
};
180
let mut conn = None;
181
let database_entries_stream =
0 commit comments