Skip to content

Commit

Permalink
Merge branch '186-punk-avatar-verification' into 'develop'
Browse files Browse the repository at this point in the history
Change to a more stable SSC node

Closes #186

See merge request hive/condenser!397
  • Loading branch information
Gandalf-the-Grey committed Nov 5, 2023
2 parents 20e8fee + 73166f9 commit 0c234a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"helmet": {
"directives": {
"childSrc": "'self' 3speak.tv emb.d.tube player.twitch.tv www.youtube.com staticxx.facebook.com w.soundcloud.com player.vimeo.com",
"connectSrc": "https://images.hive.blog 'self' hive.blog https://api.hive.blog api.blocktrades.us https://anyx.io https://hivesigner.com https://hivebuzz.me https://peakd.com https://api.deathwing.me https://www.reddit.com https://gist.github.com https://rpc.ausbit.dev https://api.ha.deathwing.me *.ibytedtos.com wss://hive-auth.arcange.eu https://hiveposh.com/api/ https://api.hive-engine.com",
"connectSrc": "https://images.hive.blog 'self' hive.blog https://api.hive.blog api.blocktrades.us https://anyx.io https://hivesigner.com https://hivebuzz.me https://peakd.com https://api.deathwing.me https://www.reddit.com https://gist.github.com https://rpc.ausbit.dev https://api.ha.deathwing.me *.ibytedtos.com wss://hive-auth.arcange.eu https://hiveposh.com/api/ https://herpc.dtools.dev",
"defaultSrc": "'self' img.3speakcontent.online emb.d.tube www.youtube.com staticxx.facebook.com player.vimeo.com *.streamrail.com",
"fontSrc": "data: fonts.gstatic.com cdn.embedly.com",
"frameAncestors": "'none'",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/cards/UserProfileHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const UserProfileHeader = (props) => {

useEffect(() => {
if (profile_image.indexOf('https://punks.usehive.com/api/avatar') === 0) {
const ssc = new SSC('https://api.hive-engine.com/rpc');
const ssc = new SSC('https://herpc.dtools.dev/');
const profileImageUrl = new URL(profile_image);
const punkId = profileImageUrl.searchParams.get('punkid');

Expand Down

0 comments on commit 0c234a5

Please sign in to comment.