MNT-22428: configurable unsecure jsonp callback CMIS operation (#698) (#704)

* MNT-22428: configurable unsecure jsonp callback CMIS operation

(cherry picked from commit 5807e756bd)
This commit is contained in:
Vítor Moreira
2021-09-29 17:44:06 +01:00
committed by GitHub
parent b5f24f5d58
commit f1d48f7aab
6 changed files with 152 additions and 9 deletions

View File

@@ -1308,3 +1308,6 @@ system.tempFileCleaner.maxTimeToRun=
# Property to long running migration to remove alf_server in v7+ patch.db-V7.1.0-remove-alf_server-table
system.remove-alf_server-table-from-db.ignored=true
# When using JSONP, allows unsecure usage of "callback" functions. Disabled by default for security reasons
allow.unsecure.callback.jsonp=false