Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment "blocked items" counter every time #83

Closed
ameshkov opened this issue Nov 25, 2015 · 1 comment
Closed

Increment "blocked items" counter every time #83

ameshkov opened this issue Nov 25, 2015 · 1 comment
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

Now we have a workaround:

  1. Do not increase it over 99 (in FF) or 999 (in Chrome).
  2. Do not increase it after 30 secs since page has been loaded

Instead do the following:

  1. Increase it every time until it hits 100 for FF or 1000 for Chrome
  2. When it's done, change counter text to "infinity symbol":

    U+221E
@ameshkov ameshkov added this to the 2.1 milestone Nov 25, 2015
Mizzick added a commit that referenced this issue Nov 26, 2015
ameshkov added a commit that referenced this issue Nov 26, 2015
@Mizzick
Copy link
Contributor

Mizzick commented Nov 26, 2015

Fixed

@Mizzick Mizzick closed this as completed Nov 26, 2015
Mizzick added a commit that referenced this issue Feb 27, 2018
…ssues/941 to master

* commit '8108b457e389e2647ef898d40ae98daba3ae112c':
  #941 fix log csp rules
  #941 fix log legacy csp rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants