To enable, use the UseHsts extension method on the IAppBuilder in your OWIN configuration: public void Configuration(IAppBuilder app) { app.UseHsts(); // .
確定! 回上一頁