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

More like this

  1. Compact P3P policy header injection middleware by mwolgemuth 4 years, 7 months ago
  2. Extended db cache backend with 'filter() / LIKE' support (and now scheduled cache clean!) by sleepycal 3 years, 4 months ago
  3. Foreign Key list_filter wthout custom FilterSpec by haileris23 3 years, 3 months ago
  4. Avoid IE Brokenness When using Vary and Attachments by axiak 6 years, 1 month ago
  5. Pass db.Field to newforms.Widget by guettli 5 years, 10 months ago

Comments

(Forgotten your password?)