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

Disqus Comment Widget Replacement #2613

Merged
merged 10 commits into from
Jun 23, 2020
Merged

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    e6a7e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b2411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd2f33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e5fcb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d995690 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9246104 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    e91262b View commit details
    Browse the repository at this point in the history
  2. Simplify wildcard allowed widget domains

    No need for regexes yet.
    ghostwords committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    20deb05 View commit details
    Browse the repository at this point in the history
  3. Fix nits in replacement domain matching

    - If there are multiple wildcard domain matches,
      make sure all of them were blocked
    
    - If we have a wildcard domain that didn't match our criteria,
      don't keep going onto non-wildcard domain logic
    ghostwords committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    26a43bc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Fix wildcard domains for dynamic widget elements

    Domain matching for widget elements created after initial page load
    needed to be updated to support wildcards.
    ghostwords committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    799e4c2 View commit details
    Browse the repository at this point in the history