CORS should work for imagemaps too.

This commit is contained in:
aadrian 2022-06-29 21:57:15 +02:00 committed by PlantUML
parent 4c76f0389d
commit dcc06f9afc
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ public class DiagramResponse {
if (idx < 0) {
idx = 0;
}
response.addHeader("Access-Control-Allow-Origin", "*");
response.setContentType(getContentType());
SourceStringReader reader = new SourceStringReader(uml);
final BlockUml blockUml = reader.getBlocks().get(0);