nsfwalex commited on
Commit
e665218
1 Parent(s): b37e825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ function getEnvInfo() {
98
  ? new URL(document.referrer).hostname.toLowerCase()
99
  : "unable to get iframe parent domain";
100
  }else{
101
- result["__iframe_domain"] = null;
102
  }
103
  } catch (e) {
104
  result["__iframe_domain"] = "unable to access iframe parent domain";
 
98
  ? new URL(document.referrer).hostname.toLowerCase()
99
  : "unable to get iframe parent domain";
100
  }else{
101
+ result["__iframe_domain"] = "";
102
  }
103
  } catch (e) {
104
  result["__iframe_domain"] = "unable to access iframe parent domain";