Skip to content
Snippets Groups Projects
ProxyPage.blade.php 231 B
Newer Older
@extends('layouts.app', ['url' => $targetUrl])
@section('content')
<iframe
	id="site-proxy-iframe"
	src="{!!$iframeUrl!!}"
	sandbox="
	allow-forms
	allow-popups
	allow-top-navigation
	allow-same-origin
	"
>
Dominik Hebeler's avatar
Dominik Hebeler committed

</iframe>
@endsection