Skip to content

Commit

Permalink
Merge pull request #195 from Daelso/game_finder
Browse files Browse the repository at this point in the history
config test
  • Loading branch information
Daelso authored Dec 17, 2024
2 parents 21d2f16 + c3a6838 commit bae3d5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 9 additions & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ module.exports = configure(function (ctx) {

// https://v2.quasar.dev/quasar-cli-webpack/prefetch-feature
// preFetch: true,

metaVariables: {
metaTags: [
{
name: "Content-Security-Policy",
content:
"script-src 'self' https://pagead2.googlesyndication.com; frame-src https://googleads.g.doubleclick.net https://*.googlesyndication.com;",
},
],
},
// app boot file (/src/boot)
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli-webpack/boot-files
Expand Down
5 changes: 0 additions & 5 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
/>

<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://pagead2.googlesyndication.com; frame-src https://googleads.g.doubleclick.net https://*.googlesyndication.com;"
/>

<meta name="google-adsense-account" content="ca-pub-2718109649710977" />

<!-- Open Graph / Facebook -->
Expand Down

0 comments on commit bae3d5b

Please sign in to comment.