File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ class RequestInterceptor : public QWebEngineUrlRequestInterceptor {
172
172
// We treat the exchange pages specially because we need to allow exchange
173
173
// widgets to load in an iframe as well as let them open external links
174
174
// in a browser.
175
- bool onExchangePage = currentUrl.contains (QRegularExpression (QString (R"( ^%1:/index\.html\#/exchange /.*$)" ).arg (scheme)));
175
+ bool onExchangePage = currentUrl.contains (QRegularExpression (QString (R"( ^%1:/index\.html\#/market /.*$)" ).arg (scheme)));
176
176
bool onBitsurancePage = currentUrl.contains (QRegularExpression (QString (R"( ^%1:/index\.html\#/bitsurance/.*$)" ).arg (scheme)));
177
177
if (onExchangePage || onBitsurancePage) {
178
178
if (info.firstPartyUrl ().toString () == info.requestUrl ().toString ()) {
You can’t perform that action at this time.
0 commit comments