We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5454f commit 73b6266Copy full SHA for 73b6266
resources/views/app.blade.php
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8"/>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
6
- @if (app()->environment('production'))
+ @if (!app()->environment('local'))
7
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' https://rsms.me/inter/inter.css 'unsafe-inline'; img-src 'self' https://eu.ui-avatars.com/ data:; font-src 'self' https://rsms.me/ ; base-uri 'self'; form-action 'self'; frame-src 'self'; object-src 'none';">
8
@endif
9
<link rel="icon" href="/images/icon.png">
0 commit comments