Changeset 3043066
- Timestamp:
- 02/29/2024 10:08:41 AM (2 years ago)
- File:
-
- 1 edited
-
cookiehub/trunk/includes/ch-generate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookiehub/trunk/includes/ch-generate.php
r3036769 r3043066 166 166 if (strpos($script, 'data-consent') === false) 167 167 { 168 //remove slashes 169 $script = stripslashes($script); 170 168 171 //remove type 169 172 $script = preg_replace('#<script(.+?)type="(.*?)"(.*?)>#is', '<script$1$3>', $script);
Note: See TracChangeset
for help on using the changeset viewer.