Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: mise a jour du theme en version 2.5.3 #858

Merged
merged 1 commit into from
Dec 16, 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
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"https://cdn.jsdelivr.net/npm/[email protected]",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js",
"https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js",
"https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.min.js",
"https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.min.js",
# https://docs.sentry.io/platforms/javascript/install/loader/#content-security-policy
"https://browser.sentry-cdn.com",
"https://js-de.sentry-cdn.com",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![](https://data.jsdelivr.com/v1/package/npm/tarteaucitronjs/badge)](https://www.jsdelivr.com/package/npm/tarteaucitronjs)
[![npm](https://img.shields.io/npm/v/tarteaucitronjs.svg)](https://www.npmjs.com/package/tarteaucitronjs) [![GitHub contributors](https://img.shields.io/github/contributors/AmauriC/tarteaucitron.js.svg)](https://github.com/AmauriC/tarteaucitron.js/graphs/contributors) [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/AmauriC) [![Rate this package](https://badges.openbase.com/js/rating/tarteaucitronjs.svg?token=jS4mC7aXh9xcs1pAcB0roiEUU+mrW0GjxVICITIltSw=)](https://openbase.com/js/tarteaucitronjs?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
[![npm](https://img.shields.io/npm/v/tarteaucitronjs.svg)](https://www.npmjs.com/package/tarteaucitronjs) [![GitHub contributors](https://img.shields.io/github/contributors/AmauriC/tarteaucitron.js.svg)](https://github.com/AmauriC/tarteaucitron.js/graphs/contributors) [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/AmauriC)


![alt text](https://tarteaucitron.io/tarteaucitron.png "tarteaucitron.io")
Expand Down Expand Up @@ -39,34 +39,42 @@ tarteaucitron.init({
"orientation": "middle", /* Banner position (top - bottom - middle - popup) */

"groupServices": false, /* Group services by category */
"showDetailsOnClick": true, /* Click to expand the description */
"serviceDefaultState": "wait", /* Default state (true - wait - false) */

"showAlertSmall": false, /* Show the small banner on bottom right */
"cookieslist": false, /* Show the cookie list */

"showIcon": true, /* Show cookie icon to manage cookies */
// "iconSrc": "", /* Optionnal: URL or base64 encoded image */
// "iconSrc": "", /* Optional: URL or base64 encoded image */
"iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */

"adblocker": false, /* Show a Warning if an adblocker is detected */

"DenyAllCta" : true, /* Show the deny all button */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */

"alwaysNeedConsent": false, /* Ask the consent for "Privacy by design" services */

"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */

"removeCredit": false, /* Remove credit link */
"moreInfoLink": true, /* Show more info link */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
"useExternalJs": false, /* If false, the tarteaucitron.services.js file will be loaded */

//"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */

"readmoreLink": "", /* Change the default readmore link pointing to tarteaucitron.io */

"mandatory": true, /* Show a message about mandatory cookies */
"mandatoryCta": true /* Show the disabled accept button when mandatory on */
"mandatoryCta": true, /* Show the disabled accept button when mandatory on */

// "customCloserId": "", /* Optional a11y: Custom element ID used to open the panel */

"googleConsentMode": true, /* Enable Google Consent Mode v2 for Google ads and GA4 */

"partnersList": false /* Details the number of partners on the popup and middle banner */
});
</script>
```
Expand Down Expand Up @@ -132,9 +140,9 @@ tarteaucitronCustomText = {

# Thanks to the sponsors 😊

| ![Amaury Cleuziou](https://avatars.githubusercontent.com/u/26336203?v=4&s=60) | | |
| ![Amaury Cleuziou](https://avatars.githubusercontent.com/u/26336203?v=4&s=60) | | |
|---|---|---|
| [Amaury Cleuziou](https://github.com/MoryCorp) - first sponsor 🎉 | | |
| [Amaury Cleuziou](https://github.com/MoryCorp) - first sponsor 🎉 | | |
| | | |


Expand Down
14 changes: 14 additions & 0 deletions lacommunaute/static/vendor/tarteaucitron.js-1.19.0/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions


| Version | Supported |
| ------- | ------------------ |
| 1.x | :white_check_mark: |


## Reporting a Vulnerability

Please report any security vulnerabilities to [email protected]
I'll get back to you within 24 hours and fix the issue asap.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/* min ready */
tarteaucitronNoAdBlocker = true;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tarteaucitronNoAdBlocker=true;
Loading
Loading