CoreBOSBB
Our sites - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Our sites (/showthread.php?tid=364)

Pages: 1 2


Our sites - rslemer - 08-17-2016

At our sites, in my copy, all bookmarks with https not working.


RE: Our sites - joebordes - 08-17-2016

This is going to work less and less each day. It is a known security issue to execute a website inside an iframe like this and many sites (coreBOS included) have added code to prohibit this functionality.

For example, I tried to load https://trello.com and got this message in my console:

Refused to display 'https://trello.com/' in a frame because it set 'X-Frame-Options' to 'DENY'.

this is what most sites are going to tell you.

I loaded another site with https that doesn't have this directive (a vtiger crm by the way) and it loaded correctly so I suppose that you are getting this restriction also. Have a look at your console to make sure. If that is the case there is nothing you can do: that site does not permit this functionality.


RE: Our sites - rslemer - 08-17-2016

What you think about create a option for open bookmark at new window at this case?


RE: Our sites - joebordes - 08-17-2016

Could be interesting. If you can go ahead and create a pull request.


RE: Our sites - rslemer - 08-17-2016

How i do that?


RE: Our sites - joebordes - 08-18-2016

Search google for "git pull requests procedure" or something similar.
I try to do a quick explanation here:
https://github.com/tsolucio/corebos/pull/82#issuecomment-238054839


RE: Our sites - rslemer - 08-18-2016

I got it only as issue ( Our sites #89 )


RE: Our sites - joebordes - 08-18-2016

I marked it as an enhancement. Sincerely it will be almost impossible to do that if you don't do it yourself or fund it.


RE: Our sites - rslemer - 08-18-2016

I agree you
Thats more task priority ..


RE: Our sites - rslemer - 08-19-2016

I can try to change that, but don't have any expertise at corebos.
There is any tutorial for dummies ?? Smile