|
@@ -20,12 +20,10 @@ namespace Website
|
|
|
|
|
|
public IConfiguration Configuration { get; }
|
|
|
|
|
|
- // This method gets called by the runtime. Use this method to add services to the container.
|
|
|
public void ConfigureServices(IServiceCollection services)
|
|
|
{
|
|
|
services.Configure<CookiePolicyOptions>(options =>
|
|
|
{
|
|
|
- // This lambda determines whether user consent for non-essential cookies is needed for a given request.
|
|
|
options.CheckConsentNeeded = context => true;
|
|
|
options.MinimumSameSitePolicy = SameSiteMode.None;
|
|
|
});
|
|
@@ -64,7 +62,6 @@ namespace Website
|
|
|
;
|
|
|
}
|
|
|
|
|
|
- // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
|
|
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
|
|
{
|
|
|
if (env.IsDevelopment())
|