Sven Jacobs
                                            Sven Jacobs
                                        
                                    Last call before I'm going to close this PR. I'm currently not using Svelte in any project (anymore) so there's not much motivation and time from my side going forward...
Hi @KibaNoOu, do you have an example of a URL which is not properly cleaned, please? Also what do you expect of custom rules? Is it okay to just enter...
In this case I could add a specific sanitizer for eBay links if you tell me which parameters can be safely removed. Regarding custom rules and regular expressions: Regex are...
The [eBay sanitizer](https://github.com/svenjacobs/leon/issues/72) is available in version 1.2.0.
@KibaNoOu @brsysadmin I've been [thinking](https://github.com/svenjacobs/leon/discussions/158) about the custom rules feature. Please provide your feedback in the discussion item.
@TPS @KibaNoOu The thing is, we don't know for sure what parameters could be removed without breaking an URL. Of course we could remove all query parameters from an URL...
Same for Android Studio. I can see a difference regarding texture healing when toggling "Enable ligatures" on and off but it's not working for combinations like `!=` for example.
Until this is possible we found a "hacky" workaround by overwriting the preference value that holds the debug token. ```kotlin val firebaseApp = Firebase.app val prefs = context.getSharedPreferences( "com.google.firebase.appcheck.debug.store.${firebaseApp.persistenceKey}", Context.MODE_PRIVATE,...
@cedvdb Rather than my workaround I'd like to see my proposed API to be realized 😉
Hello @lehcar09, I understand the concerns however this new API could be marked with a warning annotation that the developers need to acknowledge. If a debug provider lands in production...