Skip to content

Commit 2620b3a

Browse files
DOC-3274: Removed <> from allowed origins.
1 parent db5370f commit 2620b3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/ROOT/partials/docker/hyperlinking-service/hyperlinking-service-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ ephox {
107107
108108
allowed-origins {
109109
origins = [
110-
"<http://example.com>",
111-
"<http://good.com> ",
110+
"http://example.com",
111+
"http://good.com",
112112
"*.my.company.org"
113113
]
114114
}

modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Here is an example of the `application.conf` file with the basic configurations:
9090
ephox {
9191
allowed-origins {
9292
origins = [
93-
"<http://example.com>",
94-
"<http://good.com> ",
93+
"http://example.com",
94+
"http://good.com",
9595
"*.my.company.org"
9696
]
9797
}

modules/ROOT/partials/docker/spelling-service/spelling-service-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ ephox {
9797
9898
allowed-origins {
9999
origins = [
100-
"<http://example.com>",
101-
"<http://good.com> ",
100+
"http://example.com",
101+
"http://good.com",
102102
"*.my.company.org"
103103
]
104104
}

0 commit comments

Comments
 (0)