You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/04/18 05:26:30 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2724] URL for google fonts is corrected

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 36d6447ee [OPENMEETINGS-2724] URL for google fonts is corrected
36d6447ee is described below

commit 36d6447ee51d321821ac13557410e33460ac3377
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Apr 18 12:26:09 2022 +0700

    [OPENMEETINGS-2724] URL for google fonts is corrected
---
 .../main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
index 99b76a22e..69341f313 100644
--- a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
+++ b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
@@ -130,7 +130,7 @@ public class OpenmeetingsVariables {
 	public static final String DEFAULT_BASE_URL = "https://localhost:5443/openmeetings/";
 	public static final String DEFAULT_SIP_CONTEXT = "rooms";
 	public static final String DEFAULT_CSP_FONT = "https://fonts.gstatic.com";
-	public static final String DEFAULT_CSP_STYLE = "https://fonts.googleapis.com/css";
+	public static final String DEFAULT_CSP_STYLE = "https://fonts.googleapis.com/css2";
 	public static final String DEFAULT_CSP_DATA = SELF.getValue() + ",data:";
 
 	private static String cryptClassName = null;