Skip to content

Commit

Permalink
Update devel.yaml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
theangryangel authored Feb 29, 2024
1 parent 167aad2 commit 99c9060
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/devel.yaml.jinja
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{%- import "_macros.jinja" as macros -%}
{% set whitelisted_hosts = (
"cdnjs.cloudflare.com",
{% set whitelisted_hosts = [
"fonts.googleapis.com",
"fonts.gstatic.com",
"www.google.com",
"www.googleapis.com",
"www.gravatar.com",
) -%}
] -%}
{% if odoo_version <= 15 -%}
{% set whitelisted_hosts = "cdnjs.cloudflare.com" + whitelisted_hosts -%}
{% endif -%}

version: "2.4"

services:
Expand Down

0 comments on commit 99c9060

Please sign in to comment.