svn commit: r1928532 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175809761565.2873724.11406497653841047244@svn02-us-east.apache.org> |
Author: brane Date: Wed Sep 17 08:26:55 2025 New Revision: 1928532 Log: Fix typoin .htaccess Modified: apr/site/trunk/docs/.htaccess Modified: apr/site/trunk/docs/.htaccess ============================================================================== --- apr/site/trunk/docs/.htaccess Wed Sep 17 08:25:42 2025 (r1928531) +++ apr/site/trunk/docs/.htaccess Wed Sep 17 08:26:55 2025 (r1928532) @@ -6,4 +6,4 @@ RewriteEngine On RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT] -Header set Content-Security-Policy "content-security-policy: default-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; style-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://fonts.googleapis.com/; frame-ancestors 'self'; frame-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ http s://*.apache.org/ https://apache.org/ https://*.scarf.sh/; worker-src 'self' data: blob:; font-src https://fonts.gstatic.com/" +Header set Content-Security-Policy "default-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; style-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://fonts.googleapis.com/; frame-ancestors 'self'; frame-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https:/ /apache.org/ https://*.scarf.sh/; worker-src 'self' data: blob:; font-src https://fonts.gstatic.com/"