added youtube video to about page

This commit is contained in:
Beverly Nguyen
2024-12-04 14:10:59 -08:00
parent 8e896eb57a
commit cf45313ad8
2 changed files with 5 additions and 2 deletions

View File

@@ -141,6 +141,10 @@ def _csp(config):
logo_domain = config["LOGO_CDN_DOMAIN"]
return {
"default-src": ["'self'", asset_domain],
"frame-src": [
"https://www.youtube.com",
"https://www.youtube-nocookie.com",
],
"frame-ancestors": "'none'",
"form-action": "'self'",
"script-src": [