Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Websitefiltering - it seems localhost is not supported

  • Không có trả lời
  • 0 gặp vấn đề này
  • 16 lượt xem
more options

i'm trying to use policies.json to whitelist pages user can visit. When I apply changes, after browser restart I see it reacts (I use correct file), I use the template of: { "policies": { "WebsiteFilter": { "Block": ["<all_urls>"], "Exceptions": [ ....

here is see on adding an exception item - it is allowed, on removing it is not. I have a system running on http://localhost:8090. I tried multiple patterns and none of them allowed me entering my page: "*://localhost:*/*", "*://127.0.0.1:*/*", "http://127.0.0.1:8090", "http://localhost:8090", "*://www.localhost:*", "*://www.localhost:*/*", "http://localhost:8090", "http://localhost:8090/*", "https://localhost:8090/", "https://localhost:8090/*", "localhost:8090", "127.0.0.1:8090",

when changing: "Block": ["<all_urls>"], to "_Block": ["<all_urls>"],

I can open my page. I checked in console if there are any requests to other domains/ports - no. It makes single GET request to http://localhost:8090. What am I doing wrong?

i'm trying to use policies.json to whitelist pages user can visit. When I apply changes, after browser restart I see it reacts (I use correct file), I use the template of: { "policies": { "WebsiteFilter": { "Block": ["<all_urls>"], "Exceptions": [ .... here is see on adding an exception item - it is allowed, on removing it is not. I have a system running on http://localhost:8090. I tried multiple patterns and none of them allowed me entering my page: "*://localhost:*/*", "*://127.0.0.1:*/*", "http://127.0.0.1:8090", "http://localhost:8090", "*://www.localhost:*", "*://www.localhost:*/*", "http://localhost:8090", "http://localhost:8090/*", "https://localhost:8090/", "https://localhost:8090/*", "localhost:8090", "127.0.0.1:8090", when changing: "Block": ["<all_urls>"], to "_Block": ["<all_urls>"], I can open my page. I checked in console if there are any requests to other domains/ports - no. It makes single GET request to http://localhost:8090. What am I doing wrong?

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.