Skip to content

Commit

Permalink
Merge pull request #10 from gethinode/develop
Browse files Browse the repository at this point in the history
feat: include CSP directives
  • Loading branch information
markdumay authored Oct 6, 2024
2 parents 9ccedeb + 58c25c5 commit 94777ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,19 @@
[params.modules.hubspot]
integration = "core"
state = "async"

[params.modules.hubspot.csp]
script-src = [
"*.hsforms.net",
"*.hs-scripts.com",
"*.google.com",
"*.gstatic.com"
]
connect-src = [
"*.hsforms.com",
"*.hubspot.com"
]
img-src = [
"*.hsforms.net",
"*.hsforms.com"
]

0 comments on commit 94777ea

Please sign in to comment.