Questions tagged [p3p]

The Platform for Privacy Preferences Project, or P3P, is a protocol allowing websites to declare their intended use of information they collect about browsing users.

83 questions
1
vote
0 answers

Third Party Cookie browser restriction - Tableau Embedded view

I have few dashboard created in tableau. I am embeddeing these dashboard in a ASP.NET web page and providing it to my customers. The tableau trusted authentication has been implemented to get the ticket from tableau and render the visualizations.…
Karthik Venkatraman
  • 1,619
  • 4
  • 25
  • 55
1
vote
0 answers

Request cookie not sent in IE11 with AngularJS P3P WithCredentials

I'm writing a web app with Java back end on Tomcat, and AngularJS front end and all works fine in Chrome, Firefox, etc. but NOT IE 11. The problem is that the initial login is returning a "Set-Cookie" but the cookie is NOT included in subsequent…
1
vote
1 answer

Any possible trick or technique to read third party cookies in IE11 on windows 10

Microsoft has removed P3P policy, through this we can read and create third party cookie in IE on windows 8.1 and earlier. But after removing this we can't create or read third party cookies. We have on centralize system for authentication on…
Govind Malviya
  • 13,627
  • 17
  • 68
  • 94
1
vote
1 answer

rails 3.1 iframe issue

I am trying to open an iframe in my application and its not loading, its giving me a error message like WARNING: Can't verify CSRF token authenticity and logging me out. Cam any one suggest as to what could be the workaround. Thahnks. This link…
opensource-developer
  • 2,826
  • 4
  • 38
  • 88
1
vote
1 answer

p3p header not working in chrome/safari

I have a site that uses an SSO solution with another site. It does this by embedding an iFrame in the site for login. The issue that I am having is that with Chrome and Safari, it does not save the login cookie when 3rd party cookies is disabled.…
Joshua Sharp
  • 11
  • 1
  • 2
1
vote
1 answer

IE7 cookies not sticking on browser close. Could it be P3P? How the cookie is set in the Java?

I'm having difficulty with getting cookies to stick in IE7. Whenever the browser is closed, the cookie is cleared or not remember when I bring up a new window. I'm have a bad time trying to find the right answer on Google, so I was wondering if…
Kgosser
  • 424
  • 1
  • 4
  • 12
1
vote
1 answer

Setting P3P headers in Apache causes Internal Server Error

I wanted to set the P3P Headers by adding them to .htaccess using the following: Header set P3P "CP="ALL DSP COR CUR ADM TAI OUR IND COM NAV INT"" However, this causes an Internal Server Error. The only related…
AnuragBabaresco
  • 604
  • 8
  • 19
1
vote
1 answer

Which requests should have the P3P header?

I am adding in a P3P header for privacy into a site, and was wondering if the header should be attached to HTML pages only, or to all responses (such as images, css and script)? I currently have the header attached to all responses, but wanted to…
Brett
  • 5,690
  • 6
  • 36
  • 63
1
vote
1 answer

is it worth implementing P3P on a website/web application?

Is it worth implementing P3P on a new asp.net website/web application? Or any website I guess?
Mark Redman
  • 24,079
  • 20
  • 92
  • 147
1
vote
1 answer

Browsers are dropping the Cookies set by application

This is an interesting issue. I am said to introduce a feature in my existing application. The application must takes user consent before writing a Cookie on user system. (It is implicit that my application writes few cookies on the user system). So…
dharam
  • 7,882
  • 15
  • 65
  • 93
0
votes
1 answer

set p3p header in html or using javascripts

there are site A and B which communicate Using easyXDM i try to set cookies of site B using site A chrome and mozilla allow to set cookies but ie not allow to set cookie some security polices for which site have to set p3p header ?
jayesh
  • 2,422
  • 7
  • 44
  • 78
0
votes
2 answers

Any recommendation for p3p policy editor?

Can you recommend a good p3p policy editor? preferably open source + free.
Nir
  • 24,619
  • 25
  • 81
  • 117
0
votes
0 answers

React.JS Next.JS Add compact privacy policy (P3P) mapping policy to the response

According to https://support.ariba.com/Item/view/KB0392847 how do I add privacy policy (P3P) mapping policy to the response?
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
1 answer

Custom P3P Agent

I want to create a P3P agent to add some functionality to the existing agents but I don't know how to start. I know how to plug the policy to my website but what I really want is to develop simple browser that gets the page and compare the policy to…
fans
  • 1
  • 1
0
votes
1 answer

Problem with session not saving through iframe

I'm attempting to setup a autologin script on an external website, accessed through an iFrame. i.e. iframe url="http://www.othersite.com/autologin/?token=029dd3df34ds" That script should just check the token against DB, set a logged_in session if…
gio
  • 1
  • 1