File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ params:
83
83
[Funding](/docs/project/funding/) |
84
84
# from_year: 2024
85
85
github_repo : &repo https://github.com/theupdateframework/theupdateframework.io
86
- gcs_engine_id : 011217106833237091527:la2vtv2emlw # CUSTOMIZE # FIXME get an ID for the starter?
86
+ # # 2024-10-05 Disabling search until we agree on a viable solution. For context
87
+ # # see https://github.com/theupdateframework/theupdateframework.io/pull/92
88
+ # gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html
87
89
privacy_policy : https://www.linuxfoundation.org/legal/privacy-policy
88
90
ui :
89
91
navbar_logo : true
Original file line number Diff line number Diff line change
1
+ < script type ="text/javascript " async src ="https://cse.google.com/cse.js?cx={{ .Site.Params.gcs_engine_id }} "> </ script >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ to = "https://theupdateframework.github.io/specification/:splat"
16
16
[[headers ]]
17
17
for = " /*"
18
18
[headers .values ]
19
- Content-Security-Policy = " default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app youtube.com; frame-src youtube.com www.youtube.com"
19
+ Content-Security-Policy = " default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com cse.google.com www.google.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app youtube.com; frame-src youtube.com www.youtube.com"
20
20
X-Frame-Options = " deny"
21
21
X-Content-Type-Options = " nosniff"
22
22
Referrer-Policy = " no-referrer-when-downgrade"
You can’t perform that action at this time.
0 commit comments