Skip to content

Commit

Permalink
헤더 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy committed Aug 16, 2024
1 parent 5fee93f commit 63ff969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SecurityConfig(
}
.headers { header ->
header.referrerPolicy {
it.policy(ReferrerPolicyHeaderWriter.ReferrerPolicy.SAME_ORIGIN)
it.policy(ReferrerPolicyHeaderWriter.ReferrerPolicy.STRICT_ORIGIN_WHEN_CROSS_ORIGIN)
}
}
.build()
Expand Down

0 comments on commit 63ff969

Please sign in to comment.