Skip to content

Commit

Permalink
Merge branch 'master' into refactor-grid-columns
Browse files Browse the repository at this point in the history
  • Loading branch information
aptkingston authored Oct 26, 2023
2 parents 62f4c3e + dccc60c commit 0d9e9ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosting/proxy/nginx.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ http {
proxy_buffering off;

set $csp_default "default-src 'self'";
set $csp_script "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.budibase.net https://cdn.budi.live https://js.intercomcdn.com https://widget.intercom.io";
set $csp_script "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.budibase.net https://cdn.budi.live https://js.intercomcdn.com https://widget.intercom.io https://d2l5prqdbvm3op.cloudfront.net";
set $csp_style "style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://fonts.googleapis.com https://rsms.me https://maxcdn.bootstrapcdn.com";
set $csp_object "object-src 'none'";
set $csp_base_uri "base-uri 'self'";
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.11.44",
"version": "2.11.45",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{#if section.visible}
<DetailSummary
name={showSectionTitle ? section.name : ""}
collapsible={false}
show={section.collapsed !== true}
>
{#if section.info}
<div class="section-info">
Expand Down

0 comments on commit 0d9e9ca

Please sign in to comment.