We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8a39a commit 3d6adaeCopy full SHA for 3d6adae
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -2302,7 +2302,7 @@ function RemoteFunctions(config = {}) {
2302
this._clearCache();
2303
}
2304
2305
- const apiUrl = `https://images.phcode.dev/api/images/search?q=${encodeURIComponent(searchQuery)}&per_page=10&page=${page}`;
+ const apiUrl = `https://images.phcode.dev/api/images/search?q=${encodeURIComponent(searchQuery)}&per_page=10&page=${page}&safe=true`;
2306
2307
if (!append) {
2308
this._showLoading();
0 commit comments