- Changed community IDs for various components in graph.json to reflect updated associations. - Added Cache-Control headers to the challenge and config methods in CaptchaController to prevent caching by CDNs and proxies. - Updated the Altcha widget in home.html.twig to include a language attribute for better localization. - Added a new AST cache file for CaptchaController to improve performance. - Updated manifest.json with new modification times and AST hashes for several files.
4 lines
250 B
JavaScript
4 lines
250 B
JavaScript
import './styles.css';
|
|
import 'altcha'; // ثبت custom element <altcha-widget> برای مودالهای صفحهی عمومی
|
|
import 'altcha/i18n/fa'; // locale رسمی فارسی → با language="fa" روی widget فعال میشود
|