P3P Headers for iframes

1
2
3
4
def index(request):
    response = render_to_response('mytemplate.html')
    response["P3P"] = 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'
    return response

Comments

(Forgotten your password?)

You may use Markdown syntax here, but raw HTML will be removed.