mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
📝 Update as upstream
[ci skip]
This commit is contained in:
@@ -164,7 +164,7 @@ Returns:
|
||||
기본 동작을 방지하고 인증을 승인할 수 있습니다.
|
||||
|
||||
```javascript
|
||||
session.on('certificate-error', function(event, webContents, url, error, certificate, callback) {
|
||||
app.on('certificate-error', function(event, webContents, url, error, certificate, callback) {
|
||||
if (url == "https://github.com") {
|
||||
// Verification logic.
|
||||
event.preventDefault();
|
||||
|
||||
@@ -8,6 +8,10 @@ Electron은 라이센스상의 문제로 Widevine CDM 플러그인을 직접 제
|
||||
따라서 플러그인을 얻으려면 먼저 사용할 Electron 빌드의 아키텍쳐와 버전에 맞춰 공식
|
||||
Chrome 브라우저를 설치해야 합니다.
|
||||
|
||||
__참고:__ Chrome 브라우저의 메이저 버전은 Electron에서 사용하는 Chrome 버전과
|
||||
같습니다, 만약 그렇지 않다면 `navigator.plugins`가 로드됐더라도 정상적으로 작동하지
|
||||
않습니다.
|
||||
|
||||
### Windows & OS X
|
||||
|
||||
Chrome 브라우저에서 `chrome://components/`를 열고 `WidevineCdm`을 찾은 후 확실히
|
||||
|
||||
Reference in New Issue
Block a user