Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jpatokal/openflights
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatokal committed Jan 23, 2022
2 parents e2ccf33 + e8844bf commit 89643b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@
<title>OpenFlights.org: <?php echo _("Flight logging, mapping, stats and sharing") ?></title>
<meta name="description" content="Free open-source tool for logging, mapping, calculating and sharing your flights and trips.">
<meta name="keywords" content="flight,memory,logging,mapping,statistics,sharing">
<meta http-equiv="Content-Security-Policy" content="default-src 'none' ;
font-src 'self' fonts.googleapis.com
fonts.gstatic.com ;
img-src 'self' data: cartodb-basemaps-1.global.ssl.fastly.net
stamen-tiles.a.fastly.net
api.tiles.mapbox.com
www.googletagmanager.com www.google-analytics.com;
style-src 'self' 'unsafe-inline' www.googletagmanager.com www.google-analytics.com
www.gstatic.com fonts.googleapis.com ;
script-src 'self' 'unsafe-inline' www.googletagmanager.com www.google-analytics.com
www.google.com/jsapi www.gstatic.com ;
connect-src 'self' www.google-analytics.com;
child-src 'none' ;
object-src 'none' ;
upgrade-insecure-requests;
block-all-mixed-content; ;">
<link rel="stylesheet" href="/css/style_reset.css" type="text/css">
<link rel="stylesheet" href="<?php echo fileUrlWithDate("/openflights.css") ?>" type="text/css">
<link rel="gettext" type="application/x-po" href="/locale/<?php echo $locale?>/LC_MESSAGES/messages.po?20090715" />
Expand Down
1 change: 1 addition & 0 deletions php/locale.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
session_set_cookie_params(['samesite' => 'Strict']);
session_start();
include 'config.php';

Expand Down

0 comments on commit 89643b0

Please sign in to comment.