Skip to content

Commit

Permalink
Iframe: Fix relative wp-content URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and ellatrix committed Nov 7, 2024
1 parent cb24e93 commit d195508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function Iframe( {
<html>
<head>
<meta charset="utf-8">
<base href="${ window.location.origin }">
<script>window.frameElement._load()</script>
<style>
html{
Expand Down

0 comments on commit d195508

Please sign in to comment.