My version of HedgeDoc is: 1.9.2~ynh1
What I expected to happen: I have a main domain and a subdomain. I want to write my pads on the subdomain and embed them on my main domain with an iframe.
What actually happened:
Where there is the iframe my browser says “pad.MyWebSite.fr does not allow connection.”
I’ve already tried:
{
"production": {
"protocolUseSSL": true,
"domain": "pad.MyWebSite.fr",
"port": "3000",
"urlPath": "acceuil",
"loglevel": "info",
"useCDN": false,
"allowGravatar": false,
"allowFreeURL": false,
"allowAnonymousEdits": true,
"defaultPermission": "locked",
"email": true,
"allowEmailRegister": true,
"imageUploadType": "filesystem",
"tooBusyLag": 1000,
"cookiePolicy": "none",
"hsts": {
"enable": true,
"maxAgeSeconds": 31536000,
"includeSubdomains": true,
"preload": true
},
"csp": {
"enable": true,
"directives": {
},
"upgradeInsecureRequests": "auto",
"addDefaults": true,
"addDisqus": true,
"addGoogleAnalytics": false,
"allowFraming": true
},
and then :
systemctl restart hedgedoc
Without success, I don’t know what to do …