File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ builder {
88
88
" frame-ancestors 'self' *.metacpan.org" ,
89
89
90
90
# temporary 'unsafe-eval' because root/static/js/jquery.tablesorter.js
91
- " script-src 'self' 'unsafe-eval' 'unsafe-inline' *.metacpan.org https://*.googletagmanager.com" ,
91
+ " script-src 'self' 'unsafe-eval' 'unsafe-inline' *.metacpan.org https://*.googletagmanager.com https://perl-ads.perlhacks.com " ,
92
92
),
93
93
' X-Frame-Options' => ' SAMEORIGIN' ,
94
94
' X-XSS-Protection' => ' 1; mode=block' ,
Original file line number Diff line number Diff line change 22
22
<link rel="shortcut icon" href="/static/icons/favicon.ico">
23
23
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png">
24
24
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN">
25
+ <script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
25
26
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E82Q2V8LVD"></script>
26
27
%% block opengraph -> { }
27
28
</head>
117
118
</ul>
118
119
</nav>
119
120
<div class="page-content [% block page_content_class -> { } %]">
120
- <div class="top-notify-banner">
121
+ <div id="perl-ad-target" class="top-notify-banner perl-ad-target ">
121
122
</div>
122
123
<nav class="sidebar">
123
124
%% block left_nav -> {
You can’t perform that action at this time.
0 commit comments