This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 02ace071d Fix security issues.
02ace071d is described below

commit 02ace071d710d46e3da12b021b078ccfdf31cb04
Author: JamesBognar <[email protected]>
AuthorDate: Fri Jun 24 04:03:01 2022 -0400

    Fix security issues.
---
 content/index.html   | 12 ++++++------
 templates/index.html | 14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/content/index.html b/content/index.html
index 96a8baaa3..2afbaad4f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -28,12 +28,12 @@
        })(window,document,'script','dataLayer','GTM-MT3PBTF');</script>
        <!-- End Google Tag Manager -->
        
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-32x32.png"; sizes="32x32">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-194x194.png"; sizes="194x194">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-96x96.png"; sizes="96x96">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/android-chrome-192x192.png"; 
sizes="192x192">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-16x16.png"; sizes="16x16">
-       <link rel="shortcut icon" 
href="http://www.apache.org/favicons/favicon.ico";>
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-32x32.png"; sizes="32x32">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-194x194.png"; sizes="194x194">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-96x96.png"; sizes="96x96">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/android-chrome-192x192.png"; 
sizes="192x192">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-16x16.png"; sizes="16x16">
+       <link rel="shortcut icon" 
href="https://www.apache.org/favicons/favicon.ico";>
 
        <meta name="description" content="Apache Juneau Universal Serialization 
and REST API Library" />
        <meta name="keywords" content="Apache 
Juneau,Apache,Juneau,REST,JSON,HTML,XML,MessagePack,Java,UON,urlencoding,Swagger,Jackson,SOAP,ATOM,Cognos,INI,Jena,CSV,JSON-Schema,XML-Schema,Servlet,JAX-RS,JAXRS,JAX-WS,JAXWS,bean"
 />
diff --git a/templates/index.html b/templates/index.html
index 04c8e355f..2afbaad4f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -28,12 +28,12 @@
        })(window,document,'script','dataLayer','GTM-MT3PBTF');</script>
        <!-- End Google Tag Manager -->
        
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-32x32.png"; sizes="32x32">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-194x194.png"; sizes="194x194">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-96x96.png"; sizes="96x96">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/android-chrome-192x192.png"; 
sizes="192x192">
-       <link rel="icon" type="image/png" 
href="http://www.apache.org/favicons/favicon-16x16.png"; sizes="16x16">
-       <link rel="shortcut icon" 
href="http://www.apache.org/favicons/favicon.ico";>
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-32x32.png"; sizes="32x32">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-194x194.png"; sizes="194x194">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-96x96.png"; sizes="96x96">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/android-chrome-192x192.png"; 
sizes="192x192">
+       <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-16x16.png"; sizes="16x16">
+       <link rel="shortcut icon" 
href="https://www.apache.org/favicons/favicon.ico";>
 
        <meta name="description" content="Apache Juneau Universal Serialization 
and REST API Library" />
        <meta name="keywords" content="Apache 
Juneau,Apache,Juneau,REST,JSON,HTML,XML,MessagePack,Java,UON,urlencoding,Swagger,Jackson,SOAP,ATOM,Cognos,INI,Jena,CSV,JSON-Schema,XML-Schema,Servlet,JAX-RS,JAXRS,JAX-WS,JAXWS,bean"
 />
@@ -242,6 +242,6 @@
                </table>
        </footer>
 </div>
-<iframe id='buff' style='display:none' onload="parent.loadResults(this)" 
sandbox="allow-same-origin"></iframe>
+<iframe id='buff' style='display:none' onload="parent.loadResults(this)" 
sandbox="allow-same-origin allow-scripts"></iframe>
 </body>
 </html>

Reply via email to