Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ builder {
"frame-ancestors 'self' *.metacpan.org",

# temporary 'unsafe-eval' because root/static/js/jquery.tablesorter.js
"script-src 'self' 'unsafe-eval' 'unsafe-inline' *.metacpan.org https://*.googletagmanager.com",
"script-src 'self' 'unsafe-eval' 'unsafe-inline' *.metacpan.org https://*.googletagmanager.com https://perl-ads.perlhacks.com",
),
'X-Frame-Options' => 'SAMEORIGIN',
'X-XSS-Protection' => '1; mode=block',
Expand Down
3 changes: 2 additions & 1 deletion root/base.tx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link rel="shortcut icon" href="/static/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png">
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN">
<script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E82Q2V8LVD"></script>
%% block opengraph -> { }
</head>
Expand Down Expand Up @@ -117,7 +118,7 @@
</ul>
</nav>
<div class="page-content [% block page_content_class -> { } %]">
<div class="top-notify-banner">
<div id="perl-ad-target" class="top-notify-banner perl-ad-target">
</div>
<nav class="sidebar">
%% block left_nav -> {
Expand Down
Loading