mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add no-referrer policy
This commit is contained in:
parent
acf1b2384a
commit
52e2950aa9
5 changed files with 11 additions and 7 deletions
|
@ -30,7 +30,7 @@
|
|||
<div class="iframe-container">
|
||||
<iframe class="iframe" allowfullscreen="true" id="support-iframe" data-name="Tautulli-Support" data-src="https://support.tautulli.com"
|
||||
sandbox="allow-presentation allow-forms allow-same-origin allow-pointer-lock allow-scripts allow-popups allow-modals allow-top-navigation"
|
||||
style="display: none;">
|
||||
style="display: none;" rel="noreferrer">
|
||||
</iframe>
|
||||
<div class="iframe-overlay">
|
||||
<div class="iframe-button-container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue