Original report:
AdguardTeam/AdguardAssistant#194
Steps to reproduce
- Tray menu -> "Close Adguard but continue filtering"
- Open example.org
- Open Assistant and click "Report website"
Expected behavior
The report website is opened.
Actual behavior
Nothing happens.
Proposed solution
Change the ADG_sendAbuse implementation. Instead of opening a new website, send a message to the service side and receive a report URL, then simply call window.open.
Original report:
AdguardTeam/AdguardAssistant#194
Steps to reproduce
Expected behavior
The report website is opened.
Actual behavior
Nothing happens.
Proposed solution
Change the
ADG_sendAbuseimplementation. Instead of opening a new website, send a message to the service side and receive a report URL, then simply callwindow.open.