Hi,

I'm trying to embed osTicket into out intranet which is based on SharePoint. I receive message that osTicket connection is not allowed.

I was trying to insert all possible things into "Allow System iFrame" and "Embedded Domain Whitelist" but I do not have domain name since I have internal (local) intranet.

Can some give me advice how to embed it into internal SharePoint? I tested iFrame in SharePoint with Youtube and works perfect.

Thank you in advance.

I can inster html code into my SharePoint. That is not the issue. My issue how osTicket allow to be embeded as html - when I embed it with iFrame it says "connection is not allowed by osTickets". Any idea of html code to embed osTicket?

I used code similar to this one:

I have no problem embed for example Youtube video into SharePoint.

@Frella

We use the Content-Security-Policy: frame-ancestors <source>; directive to control what site is allowed to use the system in an iFrame. It says in the CSP documentation (look at the <host-source> section) that it does in fact accept IP Addresses. So in theory all you would have to do is input something like http://192.168.1.1 in the Allow System iFrame field since you don’t have a domain name setup.

Cheers.

Thanks. I'll try and hope it will works!

5 days later

I solved my similar problem as follows.

Go to the ost_config table in the database and change the allow_iframes value to http: // *, https: // *

Write a Reply...