(req)
| 816 | } |
| 817 | |
| 818 | getTrustedOrigins (req) { |
| 819 | const trustedOrigins = [this.resourceMapper.resolveUrl(req.hostname)].concat(this.trustedOrigins) |
| 820 | if (this.multiuser) { |
| 821 | trustedOrigins.push(this.serverUri) |
| 822 | } |
| 823 | return trustedOrigins |
| 824 | } |
| 825 | |
| 826 | static getRDFMimeTypes () { |
| 827 | return Array.from(RDF_MIME_TYPES) |
no test coverage detected