svn commit: r1928530 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175809712473.2871177.3513505800489212296@svn02-us-east.apache.org> |
Author: brane Date: Wed Sep 17 08:18:44 2025 New Revision: 1928530 Log: Try setting the Content-Security-Policy in .htacces instead of the HTML files. Modified: apr/site/trunk/docs/.htaccess Modified: apr/site/trunk/docs/.htaccess ============================================================================== --- apr/site/trunk/docs/.htaccess Wed Sep 17 08:17:56 2025 (r1928529) +++ apr/site/trunk/docs/.htaccess Wed Sep 17 08:18:44 2025 (r1928530) @@ -6,3 +6,5 @@ RewriteEngine On RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT] +Header add Content-Security-Policy "style-src https://fonts.googleapis.com" +Header add Content-Security-Policy "font-src https://fonts.gstatic.com"