Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 890 → Rev 891

/trunk/polyfill.min.js.php
21,11 → 21,15
// since some users might have a problem with that (in regards privacy of their IP address etc.)
// So, the OIDplus webserver will act as proxy.
 
// see https://polyfill.io/v3/url-builder/
define('REQUIRED_POLYFILLS', array(
// Internet Explorer for various AJAX calls
'fetch',
'URL',
 
// Internet Explorer for OIDplusPagePublicWhois.js, OIDplusPageAdminSoftwareUpdate.js, and OIDplusPageAdminColors.js
'String.prototype.includes',
 
// Internet Explorer for TinyMCE if it is included inside oidplus.min.js.php ( https://github.com/tinymce/tinymce/blob/5c1702a119e683f93e03ecc2231f11d17ce57395/modules/tinymce/src/core/main/ts/api/EditorManager.ts#L271 )
'document.currentScript'
));