]> _ Git - fluidbook-html5.git/commitdiff
fix #3385 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Feb 2020 14:13:17 +0000 (15:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 5 Feb 2020 14:13:17 +0000 (15:13 +0100)
js/libs/fluidbook/fluidbook.secure.js

index bc660dd400ea62dc4a151cbdee360f2b3756436e..849f4b8ac3624bcabba1a0d138133b406c7484ea 100644 (file)
@@ -32,6 +32,7 @@ FluidbookSecure.prototype = {
         $.ajax({
             url: $this.fluidbook.settings.secureURL,
             crossDomain: true,
+            method: 'GET',
             type: 'json',
             xhrFields: {
                 withCredentials: true