Our confluence uses SSL via https. The iframe "Whats new" that you present in 3.5 comes via http and therefor a browser warning (non https content). What can I do about that?
2. Will you also provide localized What's new messages in future?
Community moderators have prevented the ability to post new answers.
Cedric, I'm checking with a Confluence dev on this for you to see whaat we can do.
Is there a documentation on how to serve my own content via whats new? Or at least disable it for all users?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The 'what's new' panel is provided by a plugin, so you can disable this on your system if you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Cedric - See 'Configuring the What's New Dialog': http://confluence.atlassian.com/x/nQLvDQ</p<>>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe browse the Confluence source & change this:
http://docs.atlassian.com/confluence/docs-35/whatsnew/iframe
to this:
https://www.atlassian.com/en/software/confluence/whats-new-iframe/35
-- unfortunately Atlassian have hardcoded this script tag:
<script src="http://www.atlassian.com/includes/js/jquery-1.3.2.min.js" type="text/javascript"></script>
so you still have the same problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.