mirror of https://gitlab.com/bashrc2/epicyon
Use calling domain for dfc ontology
parent
bca995ad54
commit
d071081b3a
|
@ -6506,9 +6506,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
not callingDomain.endswith('.onion'):
|
not callingDomain.endswith('.onion'):
|
||||||
ontologyFile = \
|
ontologyFile = \
|
||||||
ontologyFile.replace('http://' +
|
ontologyFile.replace('http://' +
|
||||||
self.server.domainFull,
|
callingDomain,
|
||||||
'https://' +
|
'https://' +
|
||||||
self.server.domainFull)
|
callingDomain)
|
||||||
msg = ontologyFile.encode('utf-8')
|
msg = ontologyFile.encode('utf-8')
|
||||||
msglen = len(msg)
|
msglen = len(msg)
|
||||||
self._set_headers(ontologyFileType, msglen,
|
self._set_headers(ontologyFileType, msglen,
|
||||||
|
|
Loading…
Reference in New Issue