Skip to content

Commit e8ee376

Browse files
Did the same as previous commit for hyperlinking and image-proxy.
1 parent 9e69196 commit e8ee376

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
}

0 commit comments

Comments
 (0)