Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde71d62

Browse files
Update cookie domain condition for GitOps documentation
1 parentb6ea45b commitde71d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎assets/js/src/argohub-redirect.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function configureGitOpsDocumentationCookie(maxAge) {
5252
cookie+='; Secure'
5353
}
5454

55-
if(location.hostname.endsWith('.codefresh.io')){
55+
if(location.hostname==='codefresh.io'){
5656
cookie+='; Domain=.codefresh.io'
5757
}
5858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp