Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [iframe]

The tag has no usage guidance.

0 votes
0 answers
18 views

How do I add a webpage on my browser opened from a locally saved .html file as a domain to an allow list?

I'm trying to reproduce a bug with a website and have created a locally hosted .html file with an iframe embed of some 3rd party software that we are having a problem with. For the software iframe to ...
Tom Rogers's user avatar
3 votes
2 answers
23k views

How to download an embedded private Vimeo video

Given an embedded private video with the player URL, e.g. https://player.vimeo.com/video/874566064 How can I download the video for offline viewing?
Stefan_Fairphone's user avatar
2 votes
1 answer
5k views

Is there a way to whitelist domains in google chrome for iframes?

Based on the Chrome settings here - https://www.chromium.org/updates/same-site/test-debug that where basically turned on in Chrome (and pretty much every other major browser) users that work with me ...
blankip's user avatar
  • 206
1 vote
1 answer
642 views

How to forward HTTPS to HTTP for any IP address?

I have an iFrame in an HTTPS site. This iframe must point to an IP (not specific, there are hundreds of different ones) in HTTP. Currently, it doesn't work: "This request has been blocked; the ...
Cu_Irl's user avatar
  • 11
2 votes
2 answers
10k views

How to download Embedded PDF from this website with Pdfviewer.js

with free signing-in in this website, you can view a pdf really useful for med school. https://www.accademiamedici.it/manuale-del-neoabilitato I cannot download it because it's embedded and uses a ...
Paolo Luini's user avatar
4 votes
0 answers
913 views

How do I embed a plotly chart in a Notion document?

I have a chart that I've made with plotly in RStudio. I can host it in an arbitrary location, with github or a place like shiny apps. I'd like to make the plotly chart available from a Notion doc. I'm ...
Cauder's user avatar
  • 764
1 vote
0 answers
2k views

Chrome refuses to display iframe, but other browsers do

I want to display a web page within a frame. This page has a redirect in front of it, that navigates to another web page for authentication. This other page doesn't allow its content to be displayed ...
Georgian Stan's user avatar
1 vote
0 answers
3k views

Microsoft Teams in iframe

I've been able to push Outlook and the Office 365 home page into an iframe for our internal use by removing x-frame headers and content security policy, but Microsoft Teams seems to have an additional ...
Cory LaPlante's user avatar
0 votes
0 answers
2k views

I-frames not marked as key frames in ffmpeg

I've come across some weird piece of MP4 video, where I-Frames are not marked as Key-Frames. This is messing with my video exporting script (seeking is way off and the video doesn't start at the right ...
lieblo's user avatar
  • 11
1 vote
0 answers
55 views

Is there any way to display notes on a cell when the Excel workbook is embeded in a webpage via iframe?

I'm trying to display an embedded spreadsheet on a webpage. It must freeze the top row and first column for ease of navigation (which Google sheets can't do when embedded). The other thing I need it ...
Geoffrey Marshall's user avatar
0 votes
0 answers
40 views

Illustrations of quantum circuits in doxygen documentation

I would like to add illustrations of quantum gates and circuits into my doxygen documentation. First, I tried to create illustrations of quantum circuits using the LaTeX package Quantikz but I could ...
Matthias Möller's user avatar
1 vote
1 answer
1k views

Nginx authentication: Only allow traffic through iframes on same server

I have a large amount of Nginx reverse proxy entries which are all for different web services running on a server. In an attempt to combine these services, which all use different methods of ...
Jimbroze's user avatar
0 votes
1 answer
1k views

Is there a way to block javascript from an iframe pointing to a different domain?

I'm trying to add a custom filter using ublock origin to stop javascript from working on a specific iframe from a webpage. Example Accessing example.com, there's an iframe pointing to annoyingData....
Arkanoid's user avatar
  • 109
1 vote
1 answer
7k views

Chrome: Disable x-frame options for a given website?

Is there any way to whitelist webpages for ignoring the XFrame-options header of their iframes sources? My particular usecase would be comic-rocket.com, which serves as a manager for webcomics. It ...
kdb's user avatar
  • 2,372
8 votes
2 answers
18k views

How to add additional key frames to video using ffmpeg?

I want to add key frames on the base of a specific interval (20 frames) to my video. Therefore I used the following command in ffmpeg: ffmpeg -i <input> -vcodec libx264 -x264-params keyint=20:...
Julian F.'s user avatar
  • 503

15 30 50 per page