SurfEdge / flarum-mobile-android

An Android Webview wrapper for Flarum
110 stars 25 forks source link

Flarum URLValidator #25

Open Felli opened 7 years ago

Felli commented 7 years ago

I believe this should be done to validate that it's a Flarum installation so that not just any URL can be used.

chamathpali commented 7 years ago

That would be good 👍 . we can use a header class or a php file?

Felli commented 7 years ago

Should be able to use either, but header class would be a better option, a good example would be here.