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

Commit1f940ee

Browse files
fix: Remove create-codefresh-account duplicate file from root (#1340)
* fix: Remove create-codefresh-account duplicate file from root* Update cookie domain condition for GitOps documentation
1 parent5aa7985 commit1f940ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

‎create-codefresh-account.md‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp