aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-01-23 13:25:15 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-01-23 13:25:15 +0000
commit6e415f3c6d9355312b9fb84e4ecdb68f96cff618 (patch)
tree9e0c21f5408a7bb93007456673cb0b420855b977 /perllib/FixMyStreet/App.pm
parent4aa74d4dc2208a4465d9e25921c4bfa3ec14c24a (diff)
Remove SameSite=Lax from cookies.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 390300093..e47336b7c 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -98,7 +98,6 @@ __PACKAGE__->config(
);
__PACKAGE__->response_class('FixMyStreet::App::Response');
-__PACKAGE__->engine_class('FixMyStreet::App::Engine');
# Start the application
__PACKAGE__->setup();