Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
64d2b183
Commit
64d2b183
authored
Jan 09, 2023
by
Dominik Hebeler
Browse files
iframe is in noscript block now
parent
3ff58b5b
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
metager/resources/views/layouts/resultpage/framedResultPage.blade.php
View file @
64d2b183
...
...
@@ -72,7 +72,9 @@
<div
id=
"additions-container"
></div>
<footer
class=
"resultPageFooter noprint"
></footer>
</div>
<iframe
id=
"mg-framed"
src=
"{{ $frame_url }}"
autofocus=
"true"
></iframe>
<noscript>
<iframe
id=
"mg-framed"
src=
"{{ $frame_url }}"
autofocus=
"true"
></iframe>
</noscript>
<script
nonce=
"{{ $mgv }}"
>
document
.
getElementById
(
"
mg-framed
"
).
src
=
""
;
document
.
getElementById
(
"
resultpage-container
"
).
style
.
display
=
"
grid
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment