Browse Source

Conserta lógica para embutir SAPL em iframe (#3653)

rate-limiter-2026
Edward 3 years ago
committed by GitHub
parent
commit
fbb77c4fa9
  1. 2
      sapl/templates/base.html

2
sapl/templates/base.html

@ -267,7 +267,7 @@
<script type="text/javascript" >
function inIframe () {
try {
return window.self !== window.top;
return window.location !== window.parent.location
} catch (e) {
return true;
}

Loading…
Cancel
Save