diff --git a/app/__init__.py b/app/__init__.py index 4d89cd59e..369d9db3d 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -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": [ diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index 17180cef7..f699f9b19 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -23,8 +23,7 @@

Notify.gov is an easy-to-use, web-based platform. It requires no technical expertise or system integration — users can create an account and get started within minutes. We take the security and privacy of messaging data seriously by minimizing data retention and using modern encryption methods.

- -

Product Highlights

+

Product Highlights

{% set product_highlights = [ { "svg_src": "#send",