Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Is possible deny a subpath? #57

Closed
leonardobazico opened this issue Apr 26, 2016 · 4 comments
Closed

Is possible deny a subpath? #57

leonardobazico opened this issue Apr 26, 2016 · 4 comments

Comments

@leonardobazico
Copy link

leonardobazico commented Apr 26, 2016

Has any way of deny a subpath?

Something like:

<universal-links>
    <host name="example.com">
        <path url="/some/path" />
        <path url="!/some/path/subpath" />
    </host>
<!-- or -->
    <host name="example2.com">
        <path url="/some/path" />
        <path url="/some/path/subpath" deny="true" />
    </host>
</universal-links>
@nikDemyankov
Copy link
Member

This question is similar to #30 .

This is possible for iOS, since it does support denying paths. But Android doesn't. So, at the moment, can't add this feature :(

@leonardobazico
Copy link
Author

@nikDemyankov thank you for the answer.

@mccooll
Copy link

mccooll commented Sep 11, 2017

I manually use the NOT syntax in apple-app-site-association, and for android I just used specific paths (no wildcards).
https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

@nordnet-deprecation-bot
Copy link
Contributor

👋 Hi! Thank you for your interest in this repo.

😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹ️ Please see #160 for more information.

@nordnet nordnet locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants