P3P Header Info in MVC

后端 未结 3 843
执笔经年
执笔经年 2021-01-02 12:58

I\'m not sure where I\'m suppose to put this in my Asp.net MVC website:

HttpContext.Current.Response.AppendHeader(\"P3P\", \"CP=\\\\\\\"IDC DSP COR ADM DEVi          


        
3条回答
  •  别那么骄傲
    2021-01-02 13:52

    You can put it in the web.config:

      
        
          
            
    

    This way you do not need to put it in the code.

    See this SO answer for details on what the value means.

提交回复
热议问题