Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
5c8e7f0e
Unverified
Commit
5c8e7f0e
authored
6 years ago
by
Eugen Rochko
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out (8627)" (#9161)
This reverts commit
10680f93
.
parent
c36a4a16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/controllers/auth/sessions_controller.rb
+0
-9
0 additions, 9 deletions
app/controllers/auth/sessions_controller.rb
with
0 additions
and
9 deletions
app/controllers/auth/sessions_controller.rb
+
0
−
9
View file @
5c8e7f0e
...
...
@@ -10,7 +10,6 @@ class Auth::SessionsController < Devise::SessionsController
prepend_before_action
:authenticate_with_two_factor
,
if: :two_factor_enabled?
,
only:
[
:create
]
before_action
:set_instance_presenter
,
only:
[
:new
]
before_action
:set_body_classes
after_action
:clear_site_data
,
only:
[
:destroy
]
def
new
Devise
.
omniauth_configs
.
each
do
|
provider
,
config
|
...
...
@@ -125,14 +124,6 @@ class Auth::SessionsController < Devise::SessionsController
paths
end
def
clear_site_data
return
if
continue_after?
# Should be '"*"' but that doesn't work in Chrome (neither does '"executionContexts"')
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
response
.
headers
[
'Clear-Site-Data'
]
=
'"cache", "cookies", "storage"'
end
def
continue_after?
truthy_param?
(
:continue
)
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment