# Firefox 87, HTTP Referrer에서 경로 및 파라미터 제거

> Clean Markdown view of GeekNews topic #3937. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3937](https://news.hada.io/topic?id=3937)
- GeekNews Markdown: [https://news.hada.io/topic/3937.md](https://news.hada.io/topic/3937.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-03-23T08:52:27+09:00
- Updated: 2021-03-23T08:52:27+09:00
- Original source: [blog.mozilla.org](https://blog.mozilla.org/security/2021/03/22/firefox-87-trims-http-referrers-by-default-to-protect-user-privacy/)
- Points: 4
- Comments: 1

## Topic Body

- 혹시 모를 개인정보 노출을 막기 위해, 기본 Referrer Policy 를 'strict-origin-when-cross-origin' 로 설정

ㅤ→ Cross-Origin(프로토콜,포트,호스트가 다른 경우) 연결할 때 레퍼러 URL 에서 경로 및 쿼리스트링 값을 제거하고 호스트만 전송

- 기존에 쓰던 정책은 no-referrer-when-downgrade : 프로토콜이 HTTPS 에서 HTTP로 바뀔때만 레퍼러 안보냄

## Comments



### Comment 4690

- Author: xguru
- Created: 2021-03-23T08:52:49+09:00
- Points: 2

크롬 역시 작년 중반 85버전부터 'strict-origin-when-cross-origin'을 기본값으로 설정했습니다.

- https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default

물론 웹사이트가 원하면 다른 Policy 선택은 가능합니다.
