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

Updated all img urls to point to new fleek url #104

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tomiir
Copy link

@tomiir tomiir commented Mar 31, 2022

Why?

Fake warnings are appearing flagging the page as a possible phishing attack. All img urls pointing to the storage api must be updated to storageapi2.

How?

  • Replace img src urls with the correct urls

Contribution checklist?

  • The commit messages are detailed
  • It does not break existing features (unless required)
  • I have performed a self-review of my own code
  • Documentation has been updated to reflect the changes
  • Tests have been added or updated to reflect the changes
  • All code formatting pass
  • All lints pass
  • All tests pass

Security checklist?

  • Injection has been prevented (parameterized queries, no eval or system calls)
  • The UI is escaping output (to prevent XSS)
  • Sensitive data has been identified and is being protected properly

Demo?

Optionally, provide any screenshot, gif or small video.

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.

2 participants