Commit cf005da
authored
fix: Add Algolia domains to CSP config for DocSearch (#1082)
The Content-Security-Policy header was blocking Algolia DocSearch scripts
and API requests, causing the search functionality to not work on the
documentation site.
This fix adds the required Algolia domains to both script-src and
connect-src directives in the CSP header.
Issue: Search functionality not working on pulsar.apache.org1 parent e6c613e commit cf005da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments