# 파이어폭스의 새로운 사이트 격리방법(Aka. Fission)

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4298](https://news.hada.io/topic?id=4298)
- GeekNews Markdown: [https://news.hada.io/topic/4298.md](https://news.hada.io/topic/4298.md)
- Type: news
- Author: [alstjr7375](https://news.hada.io/@alstjr7375)
- Published: 2021-05-20T09:59:15+09:00
- Updated: 2021-05-20T09:59:15+09:00
- Original source: [hacks.mozilla.org](https://hacks.mozilla.org/2021/05/introducing-firefox-new-site-isolation-security-architecture/)
- Points: 6
- Comments: 2

## Topic Body

개요

- 파이어폭스에 Fission(핵분열)이라는 이름으로 사이트 격리가 들어갈 예정

- Spectre와 같은 공격에서 상대적으로 안전해짐

- 별도의 프로세스를 사용하여 안정성이 증가하고, 한페이지에서 많은 작업이 있더라도 응답성이 향상됨

방법

- 각 고유의 사이트가 별도의 프로세스로 실행

- iframe도 해당

- http와 https 구분

- a.github.io, b.github.io처럼 구분하기 힘들경우 리스트(https://github.com/publicsuffix/list)를 만들어서 관리

## Comments



### Comment 5227

- Author: hasflat
- Created: 2021-05-20T14:15:51+09:00
- Points: 2

크로미움에서는 2018년부터 적용되었는데(https://www.chromium.org/Home/chromium-security/site-isolation) 파이어폭스에서는 조금 늦게 적용되는군요.

### Comment 5228

- Author: alstjr7375
- Created: 2021-05-20T16:19:35+09:00
- Points: 1
- Parent comment: 5227
- Depth: 1

역시 크롬 ㄷㄷㄷ

모질라에서 서보팀을 해고해버려서 Layout2020이 안들어갈 것 같아 아쉽습니다.

지금 기대하는건 Webrender에 Pathfinder(https://github.com/servo/pathfinder) 적용정도네요.

만약 적용되면 SVG와 텍스트 렌더링 성능이 향상된다고 알고 있습니다.
