It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
How does an administrator copy protect original content on Confluence? I am talking about simply disabling the ability to highlight, right click, copy and paste into a document. WordPress has plugins for this feature so was wondering if there is an add on for Confluence that I'm missing. Thank you.
Not the cleanest, and not foolproof, but it will keep the honest people honest.
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } |
I found that this can be done without the CSS Stylesheet macro or editing the Look and feel.
Simply add this to the Styles field of the Div macro:
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
image2016-10-21 10:14:48.png
Not really. Once the content is with the user's browser, there's not a lot you can do to stop it being replicated if the user wants.
The Wordpress plugins will stop the casual user, but they're easy to bypass. They're like an Englishman telling you that you can't take a photograph when you're on public land - they'll politely ask you not to, and sometimes put up signs, but technically you can ignore them and get nothing more than a disapproving stare. Most people will be polite in return and respect it, but there's no way to stop them if they don't.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreTo anyone who doubts that Atlassians are a little too obsessed with collaboration, and tools related thereto, let me describe a recent discussion we had (which took place on our internal Confluence, ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.