Skip to content

Commit

Permalink
Improve integration test, DEV-207
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Jan 29, 2024
1 parent 03c8d32 commit 3d12f7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Model/ScriptGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@

class ScriptGenerator
{
private const COOKIEBOT_SCRIPT_FORMAT
= '<script
private const COOKIEBOT_SCRIPT_FORMAT = '<script
id="Cookiebot"
data-cfasync="false"
src="https://consent.cookiebot.com/uc.js"
data-cbid="%s"
%s
type="text/javascript" async></script>';
private const EU_COOKIEBOT_SCRIPT_FORMAT
= '<script
private const EU_COOKIEBOT_SCRIPT_FORMAT = '<script
id="Cookiebot"
data-cfasync="false"
src="https://consent.cookiebot.eu/uc.js"
Expand Down

0 comments on commit 3d12f7a

Please sign in to comment.