customgento / module-youtube-no-cookie-m2
customgento/module-youtube-no-cookie-m2
YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com.
YouTube NoCookie for Magento 2
YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com. It tries to detect all possible YouTube URLs for that and adapt the URL accordingly to always be compliant with the current EU rules.
Compatibility
- Magento >= 2.3
Installation Instructions
The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.
Composer Installation
composer require customgento/module-youtube-no-cookie-m2bin/magento module:enable CustomGento_YouTubeNoCookiebin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flush
Manual Installation
- unzip the downloaded files
- create the directory
app/code/CustomGento/YouTubeNoCookie/:mkdir -p app/code/CustomGento/YouTubeNoCookie/ - copy the unzipped files to the newly created directory
app/code/CustomGento/YouTubeNoCookie/ bin/magento module:enable CustomGento_YouTubeNoCookiebin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flush
Uninstallation
The uninstallation procedure depends on your setup:
Uninstallation After Composer Installation
bin/magento module:uninstall CustomGento_YouTubeNoCookiebin/magento setup:di:compilebin/magento cache:flush
Uninstallation After Manual Installation
bin/magento module:disable CustomGento_YouTubeNoCookiebin/magento setup:di:compilebin/magento cache:flushrm -r app/code/CustomGento/YouTubeNoCookie
Support
If you have any issues with this extension, feel free to open an issue on GitHub.
Licence
Copyright
(c) 2020 - present CustomGento GmbH
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| v1.1.0 | stable | Pass | Magento 2.4.7-2.4.9 Details | 2026-05-29 04:57:19 |
| v1.0.4 | stable | Not tested | Not yet tested Details | 2025-05-27 10:30:23 |
| v1.0.3 | stable | Not tested | Not yet tested Details | 2024-05-30 20:21:57 |
| v1.0.2 | stable | Not tested | Not yet tested Details | 2023-04-03 10:25:37 |
| v1.0.1 | stable | Not tested | Not yet tested Details | 2022-05-04 11:18:28 |
| v1.0.0 | stable | Not tested | Not yet tested Details | 2020-12-03 11:03:23 |
Requires 4
| Package | Constraint |
|---|---|
| ext-pcre | * |
| magento/module-catalog | ~103.0||~104.0 |
| magento/module-product-video | ~100.0 |
| php | ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from CustomGento
View vendorMagento 2 module to remove default store code from URLs - MageWorx compatibility
CLI Tax Editor for Magento 2 adds a CLI command to update tax rates.
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
Admin Payment for Magento 2 adds an internal payment method in the admin area.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.