* feat: Enhance browser cache management and localization support
- Updated browser cache handling in WebsiteService to include a 'noModify' option.
- Introduced new method AddBroswerNoCache in Location to manage no-cache directives.
- Added localization for 'noModify' in multiple languages.
- Updated frontend to support the new browser cache options in the proxy configuration.
* fix: Update cache display logic in proxy configuration
- Adjusted the rendering of cache tags in the proxy configuration to conditionally display based on cache time values.
- Improved user interface by adding margin classes for better spacing between cache tags.
* feat: Enhance caching options for proxy configuration
* fix: typo
* feat: Update caching and directive handling in proxy configuration
* feat: Update default cache time and unit to improve caching configuration
* feat: Implement RemoveCorsOption method to streamline CORS directive removal
* feat: Enhance cache display and initialization in proxy configuration
* refactor: Clean up AddBrowserCache and RemoveCache methods by removing commented-out code