Skip to content

Commit

Permalink
Pull request: client: use relative links for mobileconfig api
Browse files Browse the repository at this point in the history
Updates #2905.

Squashed commit of the following:

commit af60743
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Thu Apr 1 19:33:35 2021 +0300

    client: use relative links for mobileconfig api
  • Loading branch information
ainar-g committed Apr 2, 2021
1 parent 2e4e2f6 commit 70d4c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,6 @@ export const isFirefox = navigator.userAgent.indexOf('Firefox') !== -1;
export const COMMENT_LINE_DEFAULT_TOKEN = '#';

export const MOBILE_CONFIG_LINKS = {
DOT: '/apple/dot.mobileconfig',
DOH: '/apple/doh.mobileconfig',
DOT: 'apple/dot.mobileconfig',
DOH: 'apple/doh.mobileconfig',
};

0 comments on commit 70d4c70

Please sign in to comment.