openid-connect-generic icon indicating copy to clipboard operation
openid-connect-generic copied to clipboard

exceptions for "enforce privacy" in iFrame

Open MelvinHB opened this issue 5 years ago • 1 comments

Hi, is it possible to create an exception for IFrames or certain domains for the enforce privacy function? I´ve no much experience with JS and pushed to the limits here with php. At the moment I have put the function into: if(!-_SERVER['HTTP_REFERER'] == 'YourFrameURL'){} However, I don´t want to disable the function for iFrames in general, but only for certain domains.

MelvinHB avatar Jan 15 '20 08:01 MelvinHB

I'm not clear on the exact issue here. If you can tell me where you put your custom code, maybe we could add a filter or something to help.

daggerhart avatar Jun 15 '20 11:06 daggerhart