Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Click Jacking
#1
I have tried googling the answer, but I cannot seem to find anything.

Does IntraWeb have built in defenses against click jacking? or is this something that I have to implement?
Reply
#2
IntraWeb has all the features (built-in) used to prevent this type of attack:

1- You can prevent IW to run inside an IFrame setting ServerController.SecurityOptions.AllowInIFrame := False;

2- Using ServerController.CookieOptions.SameSite := ssoStrict;

3- Using CSP response headers is also possible. IW won't add any CSP headers by default, but there are plenty of possibilities (And events) for you to inject any CSP header that you need

I believe that preventing to run the IW application in frames would be enough to prevent such attack.
Reply
#3
"ServerController.SecurityOptions.AllowInIFrame"

Where's this option? Can't find it!! IW v15.4 here!!
Reply
#4
(09-21-2023, 11:44 AM)Comograma Wrote: "ServerController.SecurityOptions.AllowInIFrame"

Where's this option? Can't find it!! IW v15.4 here!!

Found it:

[Image: clip0016.png]
Reply
#5
Ops... I said it was in ServerController.SecurityOptions... my memory failed me, sorry. As MJS said, it is in ServerController.SessionOptions
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)