Skip to content

"Something went wrong..." when a content blocker blocks a resource from loading #10378

@mafredri

Description

@mafredri

It seems that a new resource called "ShareIcon" is triggering my ad blocker. This results in the whole page being unusable and refreshing doesn't help.

I see this is when I navigate to a workspace:

image

The console shows:

image

There's two things we can do:

  1. Avoid resource names that can trigger content blockers (share, analytics, social, etc.)
  2. Allow graceful failure of non-critical resources
  3. (If we can detect content blocking, we can let the user know they should disable it)

With 1, I believe we can fix 95-99% of related issues. Number 2 is a nice-to-have. Either of them would lead to a better user experience in the event that we trigger their content blocker. Lastly, 3rd might also be an option, but it does feel fragile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    s3Bugs that confuse, annoy, or are purely cosmeticsiteArea: frontend dashboard

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions