Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-01 02:55:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-01 02:55:31 +0300
commitad4e670f0e96987e5fca9984a29141607a2a8a40 (patch)
treeff7d264275e11739a995cf5113beb971f6d39d48
parent1a3c01da6e8064dcbf5b10e5637ea2219e5c8fe8 (diff)
Add latest changes from gitlab-org/security/gitlab@13-11-stable-ee
-rw-r--r--app/views/doorkeeper/authorizations/redirect.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/doorkeeper/authorizations/redirect.html.haml b/app/views/doorkeeper/authorizations/redirect.html.haml
index 2fefbac3802..9580f33c88a 100644
--- a/app/views/doorkeeper/authorizations/redirect.html.haml
+++ b/app/views/doorkeeper/authorizations/redirect.html.haml
@@ -3,5 +3,6 @@
%div
%a{ :href => redirect_uri } Click here to redirect to #{redirect_uri}
-:javascript
- window.location= "#{redirect_uri}";
+= javascript_tag do
+ :plain
+ window.location= "#{redirect_uri}";