Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

Firefox print hacked

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Jonathan Watt

more options

Firefox print hacked :

Firefox print hacked :

Hello

I got that already 2-3 times while trying to download some stuff. It's impossible to close the Firefox window! See images - https://i.postimg.cc/Qt8BHdH7/problem-firefox-1.jpg - https://i.postimg.cc/XJsrF6Cz/problem-firefox-2.jpg

When you retsart the PC, it's gone most of the time; sometimes you have to restart twice. Antivirus does not find anything afterwards.

Question : How to stop the Firefox print session (I did not find anything online!)

Thanks in advance

Firefox print hacked : Firefox print hacked : Hello I got that already 2-3 times while trying to download some stuff. It's impossible to close the Firefox window! See images - https://i.postimg.cc/Qt8BHdH7/problem-firefox-1.jpg - https://i.postimg.cc/XJsrF6Cz/problem-firefox-2.jpg When you retsart the PC, it's gone most of the time; sometimes you have to restart twice. Antivirus does not find anything afterwards. Question : How to stop the Firefox print session (I did not find anything online!) Thanks in advance

Tất cả các câu trả lời (3)

more options

This looks like the scam reported here: https://bugzilla.mozilla.org/show_bug.cgi?id=1668322

Either that website is malicious, or it is the website that's been hacked.

more options

Sites trigger printing by calling a script function called

window.print()

To prevent all sites from using that function:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste print and pause while the list is filtered

(3) Double-click the dom.enable_window_print preference to switch the value from true to false

If you are in a window where you can't easily access the menu, you can call up the print dialog using Ctrl+P.

There may be some sites where you cannot print as intended without letting them use window.print() so this change may cause problems on those sites.

more options

Our telemetry shows that around 85% of prints are initiated by window.print() (presumably mainly via "Print" buttons on webpages). So setting dom.enable_window_print to false probably isn't a good idea for most people.