DynamoDS / DynamoDictionary

Apache License 2.0
8 stars 15 forks source link

Security vulnerabilities Fix Part I #62

Closed QilongTang closed 2 years ago

QilongTang commented 2 years ago
  1. Per https://stackoverflow.com/questions/52130918/web-api-error-this-request-has-been-blocked-the-content-must-be-served-over-h Fix the vulnerability about Active Mixed Content over HTTPS image Since these fonts are already guarded using https, I added one line in header under to upgrade the requests when needed

  2. Remove console log in production env

  3. JQuery on master branch already up-to-date, I suspect the JQuery version on legacy branch is out-of-date and not sure what we can do about it yet

  4. I removed git files from deployment, we need to be more careful in the future to not include them