|
|
@@ -1222,7 +1222,7 @@ function categoryProcess(arrayItems){
|
|
|
}
|
|
|
function buildFrame(name,url){
|
|
|
return `
|
|
|
- <iframe allowfullscreen="true" frameborder="0" id="frame-`+cleanClass(name)+`" data-name="`+cleanClass(name)+`" scrolling="auto" src="`+url+`" class="iframe"></iframe>
|
|
|
+ <iframe allowfullscreen="true" frameborder="0" id="frame-`+cleanClass(name)+`" data-name="`+cleanClass(name)+`" sandbox="allow-presentation allow-forms allow-same-origin allow-pointer-lock allow-scripts allow-popups allow-modals allow-top-navigation" scrolling="auto" src="`+url+`" class="iframe"></iframe>
|
|
|
`;
|
|
|
}
|
|
|
function buildFrameContainer(name,url,type){
|