Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/cross origin credentials #172

Merged
merged 2 commits into from Apr 15, 2024
Merged

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Apr 15, 2024

Target branch: 1.2.x
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

The bootstrap path in phpunit.xml.dist has been updated to 'tests/autoload.php'. A useCredentials option has been added to the PWA manifest allowing the manifest to be fetched with credentials, enhancing website security. Also, an autoload.php file has been added to facilitate testing.
In the two updated classes (ManifestCompileEventListener and PwaDevServerSubscriber), the constant 'useCredentials' has been added to the IGNORED_ATTRIBUTES option of the Symfony AbstractNormalizer, which prevents serialization of this specific attribute. This adjustment was made to improve the efficiency of our serialization process.
@Spomky Spomky added the enhancement New feature or request label Apr 15, 2024
@Spomky Spomky added this to the 1.2.0 milestone Apr 15, 2024
@Spomky Spomky self-assigned this Apr 15, 2024
@Spomky Spomky merged commit d9e2bc6 into 1.2.x Apr 15, 2024
7 checks passed
@Spomky Spomky deleted the features/cross-origin-credentials branch April 15, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant