mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[wopi] Increase checkExtendedPDF download limit; Fix permissions for formsubmit action; For bug 67135
This commit is contained in:
@ -30,7 +30,8 @@
|
||||
*
|
||||
*/
|
||||
function checkExtendedPDF(directUrl, key, url, token, callback) {
|
||||
var limit = 110;
|
||||
//110 is not enough for the new PDF form
|
||||
var limit = 300;
|
||||
if (directUrl) {
|
||||
downloadPartialy(directUrl, limit, null, function(text) {
|
||||
callback(isExtendedPDFFile(text))
|
||||
|
||||
Reference in New Issue
Block a user