Guest User

Untitled

a guest
Oct 17th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <!-- ALLOW CORS -->
  2. <!-- UNDER BUCKET, GO TO PERMISSIONS > CORS Configuration -->
  3. <CORSConfiguration>
  4. <CORSRule>
  5. <AllowedOrigin>*</AllowedOrigin>
  6. <AllowedMethod>GET</AllowedMethod>
  7. <MaxAgeSeconds>3000</MaxAgeSeconds>
  8. </CORSRule>
  9. </CORSConfiguration>
Add Comment
Please, Sign In to add comment