Skip to content

Commit

Permalink
Merge pull request #1241 from renat473/main
Browse files Browse the repository at this point in the history
fix: server link-preview
  • Loading branch information
renat473 authored Jul 21, 2023
2 parents e659f30 + 2763a4f commit 52e73ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/linkPreview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const debug = Debug('WA-JS:link-preview');
* An article about how this server work: https://www.secjuice.com/hiding-javascript-in-png-csp-bypass/
*/
const defaultApiServers = [
'https://linkpreview.ddns.info',
'https://wajs-server.calixto.shop',
'https://wajsapi.titanchat.com.br',
'https://wppc-linkpreview.cloudtrix.com.br',
];
Expand Down

0 comments on commit 52e73ec

Please sign in to comment.