Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 58e5768

Browse files
committed
fix(*): Change GraphiQL && Voyager CDNs option enabled to false
1 parent ac3034b commit 58e5768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphiql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphiql/boot/GraphiQLController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class GraphiQLController {
5353
@Value("${graphiql.pageTitle:GraphiQL}")
5454
private String pageTitle;
5555

56-
@Value("${graphiql.cdn.enabled:true}")
56+
@Value("${graphiql.cdn.enabled:false")
5757
private Boolean graphiqlCdnEnabled;
5858

5959
@Value("${graphiql.cdn.version:0.13.0}")

voyager-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/voyager/boot/VoyagerController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class VoyagerController {
3838
@Value("${voyager.static.basePath:/}")
3939
private String staticBasePath;
4040

41-
@Value("${voyager.cdn.enabled:true}")
41+
@Value("${voyager.cdn.enabled:false}")
4242
private Boolean voyagerCdnEnabled;
4343

4444
@Value("${voyager.cdn.version:1.0.0-rc.26}")

0 commit comments

Comments
 (0)