Skip to content

Commit

Permalink
Merge pull request #287 from freelawproject/318-avoid-duplicate-banners
Browse files Browse the repository at this point in the history
fix(banners): Add logic to avoid duplicating RECAP banners
  • Loading branch information
ERosendo authored Dec 12, 2022
2 parents fd14d1f + 786402e commit 5b6f3bc
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 483 deletions.
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .git-blame-ignore-revs
# This file lists commits that changed large sections of the code and are best
# ignored by git blame (which tools like PyCharm use for their "annotate"
# feature).
#
# To use this file, go to the root of this project, and run:
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs


# Change code styling in content_delegate.js
d891dad8127683ab8263d61b1bee71db0d08a4ef

# Change code styling in ContentDelegateSpec.js
16cf83c12d9bb3edc350abf7002abca312211fe2
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Changes:
Fixes:
- Tighten security by verifying the sender's identity in communication between Window objects. This prevents a theoretical attack vector that might, with a lot of care and effort, have been able to send bad data to the RECAP Archive. ([#236](https://github.com/freelawproject/recap/issues/236))
- Fix logic to handle links from appellate PACER to district PACER ([#222](https://github.com/freelawproject/recap/issues/222))
- Fix logic to avoid duplicating RECAP banners ([#318](https://github.com/freelawproject/recap/issues/318))

For developers:
- Nothing yet
Expand Down
Loading

0 comments on commit 5b6f3bc

Please sign in to comment.