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

fix: custom scrollbar breaks csp mode #4967

Merged
merged 1 commit into from Oct 18, 2022
Merged

fix: custom scrollbar breaks csp mode #4967

merged 1 commit into from Oct 18, 2022

Conversation

nightwing
Copy link
Member

fixes #4966

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Base: 86.06% // Head: 86.06% // No change to project coverage 👍

Coverage data is based on head (c86d548) compared to base (96e4066).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4967   +/-   ##
=======================================
  Coverage   86.06%   86.06%           
=======================================
  Files         544      544           
  Lines       41432    41432           
  Branches     6537     6537           
=======================================
  Hits        35659    35659           
  Misses       5773     5773           
Flag Coverage Δ
unittests 86.06% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/scrollbar_custom.js 95.15% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@andrewnester andrewnester merged commit be8eb12 into master Oct 18, 2022
@andrewnester andrewnester deleted the fix-csp branch October 18, 2022 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Scrollbar: Introduced in v 1.11.0 breaks the useStrictCSP feature.
2 participants