Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

chore: Adds one trust to barista.dynatrace.com #2815

Merged
merged 2 commits into from
Feb 21, 2024
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
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
version: 2.1

orbs:
sonarcloud: sonarsource/[email protected]
snyk: snyk/[email protected]
nx: nrwl/[email protected]
# win: circleci/[email protected]
Expand Down Expand Up @@ -138,19 +137,6 @@ jobs:
root: ~/barista
paths:
- .

# - sonar checks
sonar:
executor: buildpack
environment:
# - sonar needs more memory for the scanner run if a LOT of files are changed
SONAR_SCANNER_OPTS: -Xmx1024m
steps:
- skip_for_forked_pull_requests
- attach_workspace:
at: ~/barista
- sonarcloud/scan

# - snyk security checks
security-checks:
executor: buildpack
Expand Down Expand Up @@ -353,11 +339,6 @@ workflows:
context: barista
requires:
- install
- sonar:
# SONAR_TOKEN is needed for sonar cloud checks
context: barista
requires:
- install
# - security-checks:
# # SNYK_TOKEN is needed for security checking
# context: barista
Expand Down
62 changes: 58 additions & 4 deletions apps/barista-design-system/src/environments/production/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Data Layer -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('consent', 'default', {
ad_storage: 'granted',
analytics_storage: 'granted',
wait_for_update: 500,
});
gtag('consent', 'default', {
ad_storage: 'denied',
analytics_storage: 'denied',
region: [
'AT',
'BE',
'BG',
'HR',
'CY',
'CZ',
'DK',
'EE',
'FI',
'FR',
'DE',
'GR',
'HU',
'IE',
'IT',
'LV',
'LT',
'LU',
'MT',
'NL',
'PL',
'PT',
'RO',
'SK',
'SI',
'ES',
'SE',
'BR',
],
wait_for_update: 500,
});
</script>

<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js',
});
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
Expand All @@ -18,6 +63,15 @@
})(window, document, 'script', 'dataLayer', 'GTM-TBGN5L3');
</script>
<!-- End Google Tag Manager -->
<script
src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
type="text/javascript"
charset="UTF-8"
data-domain-script="933013ef-2764-426e-8fc7-0c9f91a46b52"
></script>
<script type="text/javascript">
function OptanonWrapper() {}
</script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<meta http-equiv="Content-Language" content="en" />
Expand Down
15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

Loading