Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

deny access to hidden local files and directories

  • 2 답장
  • 0 이 문제를 만남
  • 3 보기
  • 최종 답변자: llorenzo

more options

I am running a fresh instaled Ubuntu 2022.04, so this is the first Firefox-from-snap.

I am a Jupyter user, and when launch the Jupyter-lab (which try read a file in ~/.local/... directory) I get the deny; I can launch it when connect to Jupyter server, which is an annoying behaviour.

I browse for help, so I change the "security.fileuri.strict_origin_policy" to false, but didn't help

I verify that Firefox let me navigate my personal folder, but deny access to hidden folders (name starting with dot). I test this behaviour by create a new directory in my personal folder (navigable) and then change the name by adding the initial dot (access denyed).

I guess this is an effect of security policies of Firefox, but how can I change this policy in a safe way?

I am running a fresh instaled Ubuntu 2022.04, so this is the first Firefox-from-snap. I am a Jupyter user, and when launch the Jupyter-lab (which try read a file in ~/.local/... directory) I get the deny; I can launch it when connect to Jupyter server, which is an annoying behaviour. I browse for help, so I change the "security.fileuri.strict_origin_policy" to false, but didn't help I verify that Firefox let me navigate my personal folder, but deny access to hidden folders (name starting with dot). I test this behaviour by create a new directory in my personal folder (navigable) and then change the name by adding the initial dot (access denyed). I guess this is an effect of security policies of Firefox, but how can I change this policy in a safe way?

모든 댓글 (2)

more options

Easiest and safest would be to use localhost with a webserver.

more options

Thanks for the answer, but it is just what I'm doing.

The annoying part of the issue is copy&paste from the terminal the server direction&cookie; while the "normal action" is a redirect from the file whose access is now denied.

It is disappointing to see that this problem arises with this version of Firefox and that these policies are not easily customizable. It's especially painful because Firefox is my favorite browser.