Questions tagged as 'iframe'

0
answers

Why does not Angular show me a page inside an iframe?

Pages that have a configuration of x-frame-options: SAMEORIGIN should be able to move within an iframe, however when using it in angular it does not do it and it shows me the following message:    Blocked by the Content Security Policy      ...
asked by 21.02.2018 / 19:46
0
answers

How to edit an external iframe?

I have read that you can change the content of an iframe external% by jQuery in the following way: <script> $(document).ready(function () { $('#el_iframe').load(function () { $(this).contents().find("p").c...
asked by 21.02.2018 / 22:48
0
answers

angular4 inside iframe IE11 does not work

my problem is as follows, I have an application in angular4 that is living inside an iframe of a page that is not made in angular, so far so good, the problem is that when I see the page from Internet explorer 11, my angular application (the one...
asked by 20.02.2018 / 22:53
1
answer

Is there any way to privatize the content of an iframe?

I'm working with ArcGIS , creating a map viewer. You can apparently include that viewer in your page. web, which is what I want (a web application). The problem with which I am finding is that the method to insert it in my html document is by a...
asked by 07.02.2018 / 09:20
0
answers

HTTPS iframe does not work on iOS

I have an iOS application running with an iframe to show a web (thus avoiding development from 0). We have added the necessary plugins for downloading files, emails etc. It works without any problem. The problem arises when the web to which i...
asked by 05.02.2018 / 11:56
0
answers

call parent object from iframe in php

I want to make a call to an object and redirect it that is in the parent of an iframe from php. I would swear it was simple, I think I have done something like this for a long time. The fact is that this is the piece of code I have: if($_PO...
asked by 25.01.2018 / 19:11
0
answers

Allow attribute of iframe (youtube)

Greetings, I'm embedding a video on a website, and I'm using the model offered by YouTube to do it, but I have a question I can not resolve regarding the allow attribute that you enter in iframe .    allow="encrypted-media" I...
asked by 03.01.2018 / 20:13
1
answer

Multiple iFrames and "104: Connection reset by peer"

I wonder if the following happened to someone else ... Suppose we have domain A and B; A -> homesite.com B -> embebedsite.com If from A, I insert several iframes to B, the PHP service stops with error 104: Connection reset by peer....
asked by 12.12.2017 / 19:32
0
answers

Pass html / html through variable "sanitizer.bypassSecurityTrustResourceUrl" in Angular

--------- iframe.component.ts -------- import { Component, OnInit } from '@angular/core'; import { DomSanitizer, SafeResourceUrl, SafeUrl } from '@angular/platform-browser'; @Component({ selector: 'app-iframe', templateUrl: './iframe.comp...
asked by 01.12.2017 / 11:20
1
answer

Show only part of the Iframe

I want to show, from the iframe that contains the page, only the part where the random string generated by it is. <iframe src="https://www.random.org/strings/?num=1&len=12&digits=on&upperalpha=on&loweralpha=on&uniq...
asked by 16.11.2017 / 22:53