Gabriel Tenita
Gabriel Tenita
This is an **improvement**. The background colors for focused/active tags were moved to variables. ### Proposed solution The proposed variables contain the former hard-coded values, so the compiled CSS has...
The Romanian corpus file is a cleaned version of the official Romanian Scrabble word list (https://dexonline.ro/scrabble), licensed under GPL (https://dexonline.ro/licenta). In addition to the base form of the words, it...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | develop / 8.1.x | Description? | Added a condition to skip the string processing for empty strings. Tested it...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | develop / 8.1.x / 8.0.x / 1.7.8.x / 1.7.7.x | Description? | The `ProductController::assignAttributesCombinations()` method assigns an array of...
### Prerequisites - [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md). - [X] I have already [searched in existing issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug....
I had to change ```JS if (dataset.src) { newEl.src = dataset.src } ``` to ``` if (el.src) { newEl.src = el.src } ``` in `src/js/PrivacyWire.js:403-404`, (`updateAllowedElementScript(el)`) to get allowing scripts...
I'm blocking certain websites simply because I want them to always open in new private windows (to isolate them from what's already stored in the browser). I certainly could do...
Firefox 128.0b2 (64-bit) on Manjaro here. Initially, the blocked page contained the blocked link (i.e. https://medium.com/@selieshjksofficial/elevating-php-performance-a-deep-dive-into-effective-caching-strategies-5cf9255d67b6), but since a while it contains a link to the blocked website root URL...
### System Info ``` System: OS: Linux 6.12 Manjaro Linux CPU: (4) x64 Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz Memory: 7.59 GB / 15.53 GB Container: Yes Shell: 5.2.37 -...