
나는 사용자 정의(새 탭 페이지)를 가지고 있고 여기에 추가하고 싶은 기능 중 하나는 나를 about:debugging 또는 about:profiles 탭으로 보내는 버튼입니다.
하이퍼링크를 사용하거나 새 탭을 만들 때url: "about:debugging"
나에게이 오류가 발생합니다
콘텐츠:http://127.0.0.1:5500/html.htmlabout:debugging을 로드하거나 링크할 수 없습니다.
( http://127.0.0.1:5500/html.html
단지 테스트용이므로 무시하세요)
file://...
하이퍼링크로 열려고 할 때도 동일한 오류가 발생합니다 .
file://...
솔루션을 검색할 때 이 코드를 추가 user.js
하거나 수동으로 문제를 해결할 수 있다는 것을 알았습니다.about:config
user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "...");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");
잘 작동 about:config
하려면 하이퍼링크 에 이 코드를 추가한 후fill://...
about:debugging
그런데 그 코드 나 그 어떤 것의 코드를 알아낼 수 없어요about page
보안을 중지하고 나에게 직접 moz-extension://88f48502-ba3c-4974-bd91-64fb956e54c6/index.html
보낼 수 있는 플래그를 원합니다.about:...