Vishal Jaiswal
unread,Jul 17, 2025, 1:10:31 AM7/17/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Ajay Patkar, Mohammed Shahid P, Sovan Pratihar, Raghuram Achar, Sivakumar B, Rajesh Yadav, Bhaskara Mellamputi
Hi Chromium Team,
We are Trellix Endpoint Security, one of our product is Web Control which identifies the malicious sites and custom based block sites through the native messaging host attached to our extension. This extension makes sure that we are blocking the sites listed in block list (a custom list that is present in native messaging host) and showing user a custom block page whenever the extension blocks a site.
With this any site that user or admin wants to block, they can add it in in the config that native messaging host reads and passes block calls to extension.
With the above set up we are able to block any custom based site except
mail.google.com which is behaving differently depending upon whether the user is
logged in or logged out.
We have set the
mail.google.com in the block list that means whenever user tries to access
mail.google.com then it should not open and show a custom block page that we have configured.
But what we are seeing is when the user is logged out then we are able to block
mail.google.com but when the user is logged in then it is not getting blocked.
We are using chrome provided APIs to send the block request, and also whatever URL the end user types in browser that also we read though chrome.runtime. APIs.
We need help on why only
mail.google.com is behaving differently depending on whether user is logged in or logged out because rest all the sites are working as expected, irrespective of whether the user is logged in or logged out.
Thanks