Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Enabling,Disabling and Testing Clickjacking in TeamConnect

Introduction:

Clickjacking Protection is a security feature which prevents loading of TeamConnect in a frame. By default, TeamConnect does not allow itself to be loaded in an iframe or x-frame window. This setting should only be changed if you are using TeamConnect within a secured environment and you understand the implications of disabling it.

Enabling:

This setting is present in teamconnect.properties and enabled by default or you could set the value to false to enable it if it's disabled.

security.disableClickjackingProtection=false

Disabling:

security.disableClickjackingProtection=security.disableClickjackingProtection

 

Testing:

You can test it by any online iframe embedding or

create a html page by pasting the following in a notepad and save it as .html

<iframe src="http://localhost:8092/TeamConnect-6.2.2/login" height="200" width="300" title="Clickjacking Test"></iframe>

Open the html page in a browser and check if the teamconnect login page is displayed in 200x300 box or not.

  • Was this article helpful?