Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
118767a2
Commit
118767a2
authored
Sep 30, 2018
by
Varun Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove http intents from AndroidManifest.xml
.app domains have HSTS enforced, so an http link is impossible
parent
b89fe347
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+0
-33
No files found.
app/src/main/AndroidManifest.xml
View file @
118767a2
...
@@ -67,39 +67,6 @@
...
@@ -67,39 +67,6 @@
android:pathPattern=
"/event/.*"
android:pathPattern=
"/event/.*"
android:scheme=
"https"
/>
android:scheme=
"https"
/>
</intent-filter>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:host=
"insti.app"
android:pathPattern=
"/org/.*"
android:scheme=
"http"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:host=
"insti.app"
android:pathPattern=
"/user/.*"
android:scheme=
"http"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:host=
"insti.app"
android:pathPattern=
"/event/.*"
android:scheme=
"http"
/>
</intent-filter>
</activity>
</activity>
<activity
<activity
android:name=
".activity.LoginActivity"
android:name=
".activity.LoginActivity"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment