After updating Firefox extension from v8.9 to v8.10, the extension's proxy pattern matching no longer works as expected for certain domain patterns.
Steps to Reproduce:
- Open the Pattern Tester.
- Enter the pattern:
*://*.example.com.
- Test URL
https://example.com:
- In v8.9: Matched.
- In v8.10: Not matched.
Additional Notes:
Question:
Is this an intentional change or a bug? This change of behavior requires modifying numerous existing patterns, which is very annoying. I rolled back to v8.9 for now.
After updating Firefox extension from v8.9 to v8.10, the extension's proxy pattern matching no longer works as expected for certain domain patterns.
Steps to Reproduce:
*://*.example.com.https://example.com:Additional Notes:
Question:
Is this an intentional change or a bug? This change of behavior requires modifying numerous existing patterns, which is very annoying. I rolled back to v8.9 for now.