Forum: Wie mach ich was?
Topic: url verstecken
started by: Michael

Posted by Michael on Feb. 28 2024, 22:02
Code Sample: 
<html>
<head>
<title>Seitentitel</title>
</head>
<frameset rows="100%,*" border="0" frameborder="0" framespacing="0">
<frame src="http://www.ziel-url.de/muster/" scrolling="Auto">
</frameset>
</html>

Posted by Michael on Feb. 29 2024, 08:34
Edit the file nextcloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php.

Find the line contains allowedFrameAncestors. Normally, there is only one next line with '\'self\'',. Under this line, add a new line with the domain name of your website. For example: 'my-pretty-cool-website.net',.
Save and close the file. Reload the site, contains your NC Appointment Form and feel happy.
Powered by ikonforums 1.0.1 © 2006 ikonforums